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
2025-01-18 07:52:14 +01:00
Code
Issues
Releases
Activity
Arduino
/
libraries
/
SPI
/
examples
History
Tom Igoe
ecb26ec6dc
Changed slaveSelectPin to a const int rather than hard coded number.
2010-08-13 02:45:20 +00:00
..
BarometricPressureSensor
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
DigitalPotControl
Changed slaveSelectPin to a const int rather than hard coded number.
2010-08-13 02:45:20 +00:00