Commit Graph
5 Commits
Author SHA1 Message Date
woodward1 705f3be317 Set SPICS pin to output in begin()
It took me a while to figure this out, but the SPICS pin is not necessarily initialized to output when the arduino starts. Explicitly making it an output in the begin() method saves the library user from having to set the pin as output in their code (which they may not know they need to do, since it is not in the example code).
2014-02-28 15:57:16 -08:00
Jack Shao ebd2eaebc3 Update README.md 2014-02-13 09:41:13 +08:00
reeedstudio 0db9f14e79 add 1Mb/s baudrate 2014-01-24 17:34:55 +08:00
reeedstudio 94edfca904 update 2014-01-02 11:50:38 +08:00
Loovee a9f2b39f42 Initial commit 2014-01-01 19:49:29 -08:00