aboutsummaryrefslogtreecommitdiffstats
path: root/examples/spi_master.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Call init() before static constructorsPerry Hung2010-06-251-7/+14
| | | | | | | Commit 70a18f96b6d55d23ce58ab40ffb61f172c8f6c73 forces init() to be called before any statically allocated object constructors for the IDE. This adds the change to the examples for users not using the IDE.
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-1/+0
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-0/+71
out of main to cxxabi-compat.cpp.