aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring.c
AgeCommit message (Expand)Author
2008-11-08Switching to new signal (interrupt handler) names for compatibility with the ...David A. Mellis
2008-11-01Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that le...David A. Mellis
2008-07-02Adding ADXL3xx accelerometer example; minor comment changes.David A. Mellis
2008-04-18Fixing millis() overflow: changing millis() and the timer 0 overflow handler ...David A. Mellis
2008-03-08Adding to the todo list and readme; fixing a bit of indentation.David A. Mellis
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works on...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis