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 |
|
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 |
|