aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/ext_interrupts.c
Commit message (Collapse)AuthorAgeFilesLines
* Partial progress on wirish portabilitybnewbold2010-08-311-25/+2
| | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma
* Removed typedef enum for external interrupts, should function. NotePerry Hung2010-08-191-1/+1
| | | | that there's no LOW option.
* Refactoring:Perry Hung2010-04-251-0/+109
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.