mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Updating readme for version 0017.
This commit is contained in:
parent
fc9c2815d5
commit
b6c2ce3585
28
readme.txt
28
readme.txt
@ -46,6 +46,34 @@ Processing and Wiring.
|
||||
|
||||
UPDATES
|
||||
|
||||
0017 - 2009.07.25
|
||||
|
||||
[documentation / examples]
|
||||
* Many new and revised examples from Tom Igoe.
|
||||
|
||||
[core / libraries]
|
||||
* Updated LiquidCrystal library by Limor Fried. See reference for details.
|
||||
* Updated Firmata library to version 2.1 (rev. 25).
|
||||
* Replaced the Servo library with one (MegaServo) by Michael Margolis.
|
||||
Supports up to 12 servos on most Arduino boards and 48 on the Mega.
|
||||
* Improving the accuracy of the baud rate calculations for serial
|
||||
communication (fixing double-speed problems on 8 MHz Arduino boards).
|
||||
Thanks to gabebear.
|
||||
|
||||
[environment]
|
||||
* Synchronized with the Processing 1.0.3 code base (rev. 5503), bringing
|
||||
many improvements (listed below).
|
||||
* Support for multiple sketch windows.
|
||||
* The serial monitor now has its own window.
|
||||
* Comment / Uncomment menu item (in Edit) and keyboard shortcut.
|
||||
* Increase and Decrease Indent menu items (in Edit) and keyboard shortcuts.
|
||||
* Support for third-party libraries in the SKETCHBOOK/libraries folder.
|
||||
* Libraries are now compiled with the sketch, eliminating the delay when
|
||||
switching boards and the need to delete .o files when changing library
|
||||
source code.
|
||||
* Arduino now comes as an app file (in a dmg) on the Mac.
|
||||
* Adding the Arduino Nano w/ ATmega328 to the Tools > Board menu.
|
||||
|
||||
0016 - 2009.05.30
|
||||
|
||||
[documentation / examples]
|
||||
|
Loading…
Reference in New Issue
Block a user