Updating readme with misc. 0008 fixes.

This commit is contained in:
David A. Mellis 2007-03-04 18:43:01 +00:00
parent 4f53ea6303
commit 67ce547deb
1 changed files with 5 additions and 1 deletions

View File

@ -47,11 +47,15 @@ from Processing and Wiring.
UPDATES
0008
* Added an EEPROM library.
* Added an EEPROM library (see reference for details).
* Patched to reduce binary sketch sizes by building the Arduino core as
a library (.a) file. Originally written by Nicolas Roland, revised by
Don Cross.
* Fixed bug in Serial.available(). Report and fix by Don Cross.
* Now recompiling libraries when switching microcontrollers. Reported by
Julian Bleecker; fixed by Nicholas Zambetti.
* Removed the delay from analogRead().
0007 - 2006.12.25