mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-05 13:16:13 +03:00
Updating readme with latest changes.
This commit is contained in:
16
readme.txt
16
readme.txt
@@ -41,8 +41,8 @@ Nicholas Zambetti has contributed from the beginning.
|
|||||||
Yaniv Steiner and Giorgio Olivero have been supporting the project and are
|
Yaniv Steiner and Giorgio Olivero have been supporting the project and are
|
||||||
working at using it with the Instant Soup platform.
|
working at using it with the Instant Soup platform.
|
||||||
|
|
||||||
Arduino uses the GNU avr-gcc toolchain, uisp, avr-libc, avrlib, and code
|
Arduino uses the GNU avr-gcc toolchain, uisp, avr-libc, and code from
|
||||||
from Processing and Wiring.
|
Processing and Wiring.
|
||||||
|
|
||||||
UPDATES
|
UPDATES
|
||||||
|
|
||||||
@@ -50,11 +50,15 @@ UPDATES
|
|||||||
|
|
||||||
* Added an EEPROM library (see reference for details).
|
* Added an EEPROM library (see reference for details).
|
||||||
* Patched to reduce binary sketch sizes by building the Arduino core as
|
* Patched to reduce binary sketch sizes by building the Arduino core as
|
||||||
a library (.a) file. Originally written by Nicolas Roland, revised by
|
a library (.a) file - now only the needed parts of the core are linked into
|
||||||
Don Cross.
|
a sketch. Originally written by Nicolas Roland, revised by Don Cross.
|
||||||
* Fixed bug in Serial.available(). Report and fix by Don Cross.
|
* Fixed bug in Serial.available(). Report and fix by Don Cross.
|
||||||
* Now recompiling libraries when switching microcontrollers. Reported by
|
* Now recompiling libraries when switching microcontrollers. Report by
|
||||||
Julian Bleecker; fixed by Nicholas Zambetti.
|
Julian Bleecker; fix by Nicholas Zambetti.
|
||||||
|
* Cleaned up core functions: moved pin definitions into program space to save
|
||||||
|
RAM, and other minor improvements. Contributed by Jim Studt.
|
||||||
|
* Lots of reference additions and fixes from Paul Badger.
|
||||||
|
* Changed default microcontroller to ATmega168 from ATmega8.
|
||||||
* Removed the delay from analogRead().
|
* Removed the delay from analogRead().
|
||||||
|
|
||||||
0007 - 2006.12.25
|
0007 - 2006.12.25
|
||||||
|
Reference in New Issue
Block a user