From 6623b9e3fd587069fc37d1aa9389646c3eed0376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Tue, 9 Feb 2016 20:30:58 +0100 Subject: [PATCH] spi.CPOL_HIGH supported with bf74b617d0ec08d6940c6daf692cd924d7825748 --- docs/en/modules/spi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/spi.md b/docs/en/modules/spi.md index 02ad7234..b15d9eeb 100644 --- a/docs/en/modules/spi.md +++ b/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`