aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/main.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Support for Arduino's LiquidCrystal lib, which may help for a few other libs ↵xttocs2010-06-231-1/+6
| | | | | | too. Signed-off-by: Perry Hung <iperry@alum.mit.edu>
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-18/+0
| | | | out of main to cxxabi-compat.cpp.
* Refactoring:Perry Hung2010-04-251-0/+52
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.