aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring.h
AgeCommit message (Expand)Author
2009-05-24Adding ARDUINO version constant.David A. Mellis
2009-05-19Fixing overflow bug in bit() macro: (1 << (b)) becomes (1UL << (b))David A. Mellis
2009-05-12Optimizing the timer0 overflow handler (for millis()), based on work by WestF...David A. Mellis
2008-11-26Adding micros() function.David A. Mellis
2008-10-25Adding word datatype and cast/construction macros, bitRead(), bitWrite(), bit...David A. Mellis
2008-10-13Little fixes:David A. Mellis
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...David A. Mellis
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works on...David A. Mellis
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) i...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis