aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/bits.h
Commit message (Collapse)AuthorAgeFilesLines
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-30/+30
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* removed arduino/gpl dependency in bits.h; added binary notation for bytes ↵Marti Bolivar2010-11-101-50/+24
| | | | (e.g. B10110011)
* wirish reformatted and code-styledMarti Bolivar2010-09-261-19/+19
|
* Refactoring:Perry Hung2010-04-251-0/+56
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.