aboutsummaryrefslogtreecommitdiffstats
path: root/src/wiring
Commit message (Expand)AuthorAgeFilesLines
* Major hierarchy reorganization; see README.bnewbold2010-03-3123-2115/+0
* Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung2010-03-235-120/+80
* Added open-drain output and analog-input modesPerry Hung2010-03-222-16/+7
* Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-221-1/+1
* modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu2010-02-121-13/+3
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-172-11/+28
* added serial1 supportiperry2010-01-131-0/+2
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-082-2/+4
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-072-0/+144
* Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry2009-12-254-23/+26
* added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu2009-12-191-0/+2
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-1918-159/+533
* fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu2009-12-191-1/+1
* added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu2009-12-193-1/+28
* Initial commit of library code, moved from leaftest repoiperry2009-12-1720-0/+1603