aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSPI.h
Commit message (Collapse)AuthorAgeFilesLines
* Various SPI changes.Perry Hung2010-04-281-2/+2
| | | | | -Read DR after each master send, return the response. -Added a send function to allow you to pass buffers to the SPI peripheral instead of goin a byte at a time.
* Added a spi send block functionPerry Hung2010-04-271-0/+1
|
* Refactoring:Perry Hung2010-04-251-0/+57
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.