aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
Commit message (Collapse)AuthorAgeFilesLines
...
* finish cxxabi-compat refactorbnewbold2010-04-291-0/+6
| | | | perry forgot to add/edit these...
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-292-20/+0
| | | | out of main to cxxabi-compat.cpp.
* Merge branch 'spi'Perry Hung2010-04-292-3/+8
|\
| * Various SPI changes.Perry Hung2010-04-282-6/+6
| | | | | | | | | | -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-272-1/+6
| |
* | update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-281-1/+1
|/
* Fixed two compiler warnings in spiPerry Hung2010-04-251-2/+0
|
* Refactoring:Perry Hung2010-04-2525-0/+1942
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.