You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table about the SPI Modes is wrong for modes 2 and 3. Additionally i suggest to add a column on the clock edge for the data capture (takeover) of the client device.
Existing (wrong) table:
Mode
Clock Polarity (CPOL)
Clock Phase (CPHA)
Output Edge
SPI_MODE0
0
0
Falling
SPI_MODE1
0
1
Rising
SPI_MODE2
1
0
Falling
SPI_MODE3
1
1
Rising
I suggest to replace the table by this (modified cell content in bold):
The table about the SPI Modes is wrong for modes 2 and 3. Additionally i suggest to add a column on the clock edge for the data capture (takeover) of the client device.
Existing (wrong) table:
I suggest to replace the table by this (modified cell content in bold):
References:
Forum discussion:
http://forum.arduino.cc/index.php?topic=419660.0
Existing issues related to this topic:
olikraus/u8g2#52
esp8266/Arduino#2416
The text was updated successfully, but these errors were encountered: