aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/io.h
Commit message (Collapse)AuthorAgeFilesLines
* Finished converting the Arduino docsMarti Bolivar2010-11-291-3/+3
|
* arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar2010-11-171-5/+9
|
* maple mini runs blinky now.Marti Bolivar2010-10-221-39/+110
| | | | still need usb descriptors to improve, and also nothing else is tested.
* wirish reformatted and code-styledMarti Bolivar2010-09-261-5/+4
|
* Add PWM_OPEN_DRAIN option to pinMode()Perry Hung2010-09-211-1/+2
| | | | | | Allow for alternate function open drain output mode to be accessed through the wirish interface. This allows for open drain to be used on PWM pins.
* Partial progress on wirish portabilitybnewbold2010-08-311-51/+0
| | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma
* Refactoring:Perry Hung2010-04-251-0/+145
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.