parent
b3335819b8
commit
6623b9e3fd
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue