1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

update README

add some docu and todo
This commit is contained in:
Markus Sattler
2015-05-07 20:48:59 +02:00
parent 3b798048a6
commit 3f5aab4718
2 changed files with 33 additions and 15 deletions

View File

@ -132,7 +132,8 @@ else they default to pins 4(SDA) and 5(SCL).
#### SPI ####
SPI library supports the entire Arduino SPI API including transactions, including setting phase and polarity.
SPI library supports the entire Arduino SPI API including transactions, including setting phase (CPHA).
Setting the Clock polarity (CPOL) is not supported, yet (SPI_MODE2 and SPI_MODE3 not working).
#### ESP-specific APIs ####