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
|
08feacbb40
|
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 |
|
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 |
|
David A. Mellis
|
e24b135755
|
Adding SPI library and revising Ethernet library (Christian Maglie).
|
2010-08-02 18:59:44 +00:00 |
|