Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-26 | Adding micros() function. | David A. Mellis | |
2008-10-25 | Adding word datatype and cast/construction macros, bitRead(), bitWrite(), ↵ | David A. Mellis | |
bitSet(), bitClear(), bit(). | |||
2008-10-13 | Little 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 | |||
2008-03-08 | Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵ | David A. Mellis | |
(1 second). | |||
2007-12-14 | Adding analogReference() function - needs testing on an ATmega8 (but works ↵ | David A. Mellis | |
on the ATmega 168). | |||
2007-11-21 | Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵ | David A. Mellis | |
instead of (int) x), adding interrupts() and noInterrupts(), etc. | |||
2007-10-06 | Moving hardware/targets to hardware/cores. | David A. Mellis | |