aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.h
Commit message (Collapse)AuthorAgeFilesLines
* Further wirish portability progressbnewbold2010-08-311-1/+1
| | | | Sort of ugly changes. Compiles but untested.
* Partial progress on wirish portabilitybnewbold2010-08-311-3/+1
| | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma
* inital portability workbnewbold2010-08-251-6/+0
|
* timers progressbnewbold2010-07-201-1/+2
| | | | examples code cleanup, more descriptive comments, more notes
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-1/+1
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-041-0/+6
| | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes
* get wirish_math stuff going (random, map, etc)bnewbold2010-05-211-0/+1
| | | | | Perry, you might want to look this over... I only include the contents of wirish_math.h when cpp? It's what arduino does and it works, so...
* Refactoring:Perry Hung2010-04-251-0/+85
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.