Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed | Marti Bolivar | 2010-11-17 | 1 | -2/+0 |
| | |||||
* | Add selective enabling of channels for pwm channels | Perry Hung | 2010-10-12 | 1 | -2/+2 |
| | | | | | | | | | | pinMode(PWM) turns the channel on, other modes should turn it off Fixes bug with conflicting timer for spi1 and timer. This is not well-tested. Conflicts: libmaple/timers.c | ||||
* | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 1 | -4/+5 |
| | |||||
* | Partial progress on wirish portability | bnewbold | 2010-08-31 | 1 | -3/+1 |
| | | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma | ||||
* | Refactoring: | Perry Hung | 2010-04-25 | 1 | -0/+51 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |