aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/time.c
Commit message (Collapse)AuthorAgeFilesLines
* wirish reformatted and code-styledMarti Bolivar2010-09-261-10/+10
|
* bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar2010-09-131-1/+1
|
* Further wirish portability progressbnewbold2010-08-311-0/+1
| | | | Sort of ugly changes. Compiles but untested.
* Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-39/+14
| | | | | | | | | Fixed millis(), it was just wrong, before. Added micros(), not extensively tested. New implementation of delayMicroseconds(). Should be more consistent now. Added a handful of nvic routines to enable/disable interrupts. Cleaned up systick
* Refactoring:Perry Hung2010-04-251-0/+77
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.