aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_analog.c
AgeCommit message (Collapse)Author
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2008-11-01Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that ↵David A. Mellis
less changes are needed to support other processors.
2008-10-13Little fixes:David A. Mellis
- changing random(max) to use stdlib.h random() - not generating .eep files to avoid warning when EEMEM isn't used - removing cast macros (since they are automatically defined in C++) - writing a digital LOW for PWM value of 0 on pins 5 or 6
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works ↵David A. Mellis
on the ATmega 168).
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis