aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed main.cpp and updated example_main.cpp and added a blinkyPerry Hung2010-03-231-37/+0
* Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung2010-03-231-5/+5
* Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-221-1/+0
* modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu2010-02-121-1/+4
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-171-21/+3
* forgot to turn on the interrupt for usar3iperry2010-01-101-7/+13
* enabled serial3iperry2010-01-101-5/+17
* Tweaked makefile to get rid of silly make flags. Added a udev rule in support...iperry2010-01-101-8/+5
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-081-6/+9
* added a simpler main.cpp and moved the complicated stuff into a separate fileajmeyer@mit.edu2009-12-271-46/+8
* Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry2009-12-251-5/+4
* added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu2009-12-191-3/+23
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-191-34/+15
* fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu2009-12-191-1/+7
* Initial commit of library code, moved from leaftest repoiperry2009-12-171-0/+67