spi.CPOL_HIGH supported

with bf74b617d0
This commit is contained in:
Arnim Läuger 2016-02-09 20:30:58 +01:00
parent b3335819b8
commit 6623b9e3fd
1 changed files with 1 additions and 1 deletions

View File

@ -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`