This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-17 22:23:10 +03:00
Code
Activity
Files
ecb26ec6dc7d579f501fa0c9f95f2de655735c19
esp8266
/
libraries
/
SPI
History
Tom Igoe
ecb26ec6dc
Changed slaveSelectPin to a const int rather than hard coded number.
2010-08-13 02:45:20 +00:00
..
examples
Changed slaveSelectPin to a const int rather than hard coded number.
2010-08-13 02:45:20 +00:00
keywords.txt
Renaming SPI constants to better match general style. Renaming setDataOrder() to setBitOrder(), and using existing LSBFIRST and MSBFIRST constants for it.
2010-08-07 20:33:18 +00:00
SPI.cpp
Moving SPI pin initialization from constructor to begin() function. That way, the SPI library won't alter any pin states unless / until you call begin().
2010-08-07 21:24:49 +00:00
SPI.h
Moving SPI pin initialization from constructor to begin() function. That way, the SPI library won't alter any pin states unless / until you call begin().
2010-08-07 21:24:49 +00:00