Updating readme with EEPROM library and library patch.

This commit is contained in:
David A. Mellis 2007-01-12 20:32:48 +00:00
parent accbc3b44f
commit 5a39312e74
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ from Processing and Wiring.
UPDATES
0008
* Added an EEPROM library.
* 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.
0007 - 2006.12.25
* Smaller core (about 3.5 KB instead of 4.5 KB).