From 67ce547deb60f69fdb0d6bf8983c589b7ab41165 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 4 Mar 2007 18:43:01 +0000 Subject: [PATCH] Updating readme with misc. 0008 fixes. --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index bfb6ae07e..b0af661b8 100644 --- a/readme.txt +++ b/readme.txt @@ -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