aboutsummaryrefslogtreecommitdiff
path: root/src/wiring
AgeCommit message (Expand)Author
2010-03-31Major hierarchy reorganization; see README.bnewbold
2010-03-23Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung
2010-03-22Added open-drain output and analog-input modesPerry Hung
2010-03-22Add a carriage return for println, remove it from the usart sendPerry Hung
2010-02-12modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu
2010-01-17Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry
2010-01-13added serial1 supportiperry
2010-01-08changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry
2010-01-07Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu
2009-12-25Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry
2009-12-19added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu
2009-12-19Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry
2009-12-19fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu
2009-12-19added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu
2009-12-17Initial commit of library code, moved from leaftest repoiperry