Browse Source

spi.CPOL_HIGH supported

with bf74b617d0ec08d6940c6daf692cd924d7825748
Arnim Läuger 8 years ago
parent
commit
6623b9e3fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/modules/spi.md

+ 1 - 1
docs/en/modules/spi.md

@@ -88,7 +88,7 @@ Refer to [Serial Peripheral Interface Bus](https://en.wikipedia.org/wiki/Serial_
 	- `spi.SLAVE` - **not supported currently**
 - `cpol` clock polarity selection
 	- `spi.CPOL_LOW` 
-	- `spi.CPOL_HIGH` - **not supported currently**
+	- `spi.CPOL_HIGH`
 - `cpha` clock phase selection
 	- `spi.CPHA_LOW`
 	- `spi.CPHA_HIGH`