Updating readme and todo.

This commit is contained in:
David A. Mellis 2009-05-24 15:18:21 +00:00
parent 8cd8962748
commit a7f9864f4a
2 changed files with 5 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Processing and Wiring.
UPDATES
0016
0016 - 2009.05.24
[documentation / examples]
* New communication examples (w/ corresponding Processing and Max/MSP code) by
@ -63,6 +63,7 @@ UPDATES
* Optimizing the timer0 overflow interrupt handler (used for millis() and
micros()). Thanks to westfw and mikalhart.
* Fixing bug that limited the bit() macro to 15 bits. Thanks to Paul Badger.
* Adding ARDUINO version constant (thanks to prodding from mikalhart).
[environment]
* Adding support for user libraries in the "libraries" sub-directory of the
@ -71,6 +72,9 @@ UPDATES
* Eliminating (maybe) the occasional "Couldn't determine program size" errors.
Thanks to the Clever Monkey.
[tools]
* Adding automatic dependency generation to the Makefile. (Lars Immisch)
0015 - 2009.03.26
[core / libraries]

View File

@ -47,7 +47,6 @@ Consider moving millis() to timer 1, and configuring it so the interrupt is gene
COMPUTER
Copy as HTML (a la Copy for Forum).
Move selection of Linux look and feel from Base.java to arduino.sh script.
Check RAM usage of sketches: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1224729260/0#0
Improve preprocessing of sketches: