mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Updating readme with (some) changes so far for 0018.
This commit is contained in:
23
readme.txt
23
readme.txt
@ -36,11 +36,6 @@ Arduino is an open source project, supported by many.
|
|||||||
The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
|
||||||
Gianluca Martino, and David A. Mellis.
|
Gianluca Martino, and David A. Mellis.
|
||||||
|
|
||||||
Nicholas Zambetti has contributed from the beginning.
|
|
||||||
|
|
||||||
Yaniv Steiner and Giorgio Olivero have been supporting the project and are
|
|
||||||
working at using it with the Instant Soup platform.
|
|
||||||
|
|
||||||
Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
|
Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
|
||||||
Processing and Wiring.
|
Processing and Wiring.
|
||||||
|
|
||||||
@ -48,6 +43,24 @@ Icon Design and Artwork created by Thomas Glaser (envis precisely).
|
|||||||
|
|
||||||
UPDATES
|
UPDATES
|
||||||
|
|
||||||
|
0018
|
||||||
|
|
||||||
|
[core / libraries]
|
||||||
|
* Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library.
|
||||||
|
* No longer disabling interrupts in delayMicroseconds().
|
||||||
|
* Fixed bug w/ micros() returning incorrect values from within an interrupt.
|
||||||
|
* Added Serial.end() command.
|
||||||
|
|
||||||
|
[environment]
|
||||||
|
* Synchronized with the Processing 1.0.9 code base, bringing various fixes,
|
||||||
|
including a bug causing saving to fail when closing the last sketch.
|
||||||
|
* Added support for third-party hardware in the SKETCHBOOK/hardware folder.
|
||||||
|
It mirrors the current structure of the hardware folder in Arduino.
|
||||||
|
* Hold down shift when pressing the Verify / Compile or Upload toolbar
|
||||||
|
buttons to generate verbose output (including command lines).
|
||||||
|
* Moving build (on upload) from the applet/ sub-folder of the sketch
|
||||||
|
to a temporary directory.
|
||||||
|
|
||||||
0017 - 2009.07.25
|
0017 - 2009.07.25
|
||||||
|
|
||||||
[documentation / examples]
|
[documentation / examples]
|
||||||
|
Reference in New Issue
Block a user