This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2024-11-29 10:24:12 +01:00
Code
Issues
Releases
Activity
27cfd22066
Arduino
/
libraries
/
SPI
History
Tom Igoe
d58ea9b378
Modified Barometric Pressure Sensor to make it easier for beginners to understand.
2010-08-15 13:32:38 +00:00
..
examples
Modified Barometric Pressure Sensor to make it easier for beginners to understand.
2010-08-15 13:32:38 +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