Commit 6623b9e3 authored by Arnim Läuger's avatar Arnim Läuger
Browse files

spi.CPOL_HIGH supported

with bf74b617
parent b3335819
...@@ -88,7 +88,7 @@ Refer to [Serial Peripheral Interface Bus](https://en.wikipedia.org/wiki/Serial_ ...@@ -88,7 +88,7 @@ Refer to [Serial Peripheral Interface Bus](https://en.wikipedia.org/wiki/Serial_
- `spi.SLAVE` - **not supported currently** - `spi.SLAVE` - **not supported currently**
- `cpol` clock polarity selection - `cpol` clock polarity selection
- `spi.CPOL_LOW` - `spi.CPOL_LOW`
- `spi.CPOL_HIGH` - **not supported currently** - `spi.CPOL_HIGH`
- `cpha` clock phase selection - `cpha` clock phase selection
- `spi.CPHA_LOW` - `spi.CPHA_LOW`
- `spi.CPHA_HIGH` - `spi.CPHA_HIGH`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment