Arduino/build
David A. Mellis 7d2a6a115f Fixing millis() overflow: changing millis() and the timer 0 overflow handler so that the millis count is updated in the interrupt, and so we don't need to do a conversion inside millis(). Updated to do list. 2008-04-18 21:56:14 +00:00
..
auto-build fixed script to create the .tgz and upload it 2008-04-06 04:34:45 +00:00
linux Removing antlr stuff (some of it at least), since we're not using it (we weren't before either, but it was still being linked in). 2008-03-15 18:33:59 +00:00
macosx Fixing millis() overflow: changing millis() and the timer 0 overflow handler so that the millis count is updated in the interrupt, and so we don't need to do a conversion inside millis(). Updated to do list. 2008-04-18 21:56:14 +00:00
shared New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
windows Removing references to antlr preprocessor from the make.sh script, since we're not using it. 2008-03-28 21:55:57 +00:00
create_reference.pl New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
fetch.sh New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
howto.txt Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example. 2008-02-23 21:52:53 +00:00