aboutsummaryrefslogtreecommitdiffstats
path: root/examples/spi_master.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-77/+77
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* /examples/ cleanups.Marti Bolivar2011-05-041-32/+33
|
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-4/+3
|
* 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.