1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-21 12:29:23 +01:00

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

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).