aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Collapse)Author
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵David A. Mellis
(1 second).
2008-03-05Incorporating a modified version of oli.keller's Makefile (prepends #include ↵David A. Mellis
<WProgram.h> and appends main() among other things).
2008-02-23Cleaning up Mac build, adding Serial.println(unsigned int), adding #include ↵David A. Mellis
<Sprite.h> to hello_matrix example.
2008-01-22New script for download the reference from Tom Pollard. Updated reference ↵David A. Mellis
and readme and Makefile.
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works ↵David A. Mellis
on the ATmega 168).
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵David A. Mellis
instead of (int) x), adding interrupts() and noInterrupts(), etc.
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis