aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/WProgram.h
Commit message (Collapse)AuthorAgeFilesLines
* wirish reformatted and code-styledMarti Bolivar2010-09-261-2/+2
|
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-3/+0
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-0/+1
|
* Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM2010-05-211-2/+0
| | | | | | wirish init this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly.
* update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-281-1/+1
|
* Refactoring:Perry Hung2010-04-251-0/+32
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.