1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Fede85
c111f66112 Corrected the return type of the digitalPotWrite in the SPI/DigitalPotControl example
Fixes #1063
2013-04-24 10:45:22 +02:00
Tom Igoe
35777612c0 Changed all .pde examples to .ino
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
2011-08-30 15:33:32 -04:00
Tom Igoe
d58ea9b378 Modified Barometric Pressure Sensor to make it easier for beginners to understand. 2010-08-15 13:32:38 +00:00
Tom Igoe
aab8563d1e Modified Barometric Pressure Sensor to make it easier for beginners to understand. 2010-08-15 13:17:05 +00:00
Tom Igoe
00989e9778 Modified Barometric Pressure Sensor to make it easier for beginners to understand. 2010-08-15 13:14:58 +00:00
Tom Igoe
e4989390c1 Commented the changing board pin numbers. 2010-08-13 02:47:18 +00:00
Tom Igoe
ecb26ec6dc Changed slaveSelectPin to a const int rather than hard coded number. 2010-08-13 02:45:20 +00:00
Tom Igoe
7bac64c4ac Added AD5206 Digital Potentiometer example to SPI library 2010-08-10 21:42:26 +00:00
David A. Mellis
b89d8a9c11 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
David A. Mellis
3899ffc75d Renaming SPI.send() to SPI.transfer() to better reflect its bi-directional nature. 2010-08-07 20:08:53 +00:00
Tom Igoe
e1ba91a881 Added Barometric pressure sensor example for SPI library 2010-08-02 22:43:05 +00:00