Arduino/libraries/SPI
Tom Igoe 7bac64c4ac Added AD5206 Digital Potentiometer example to SPI library 2010-08-10 21:42:26 +00:00
..
examples Added AD5206 Digital Potentiometer example to SPI library 2010-08-10 21:42:26 +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
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