updating readme

This commit is contained in:
David A. Mellis 2009-02-06 12:53:02 +00:00
parent ca8f40cc85
commit 97afe5796c
1 changed files with 4 additions and 3 deletions

View File

@ -46,12 +46,15 @@ Processing and Wiring.
UPDATES UPDATES
0013 0013 - 2009.02.06
[documentation / examples] [documentation / examples]
* Adding examples for Parallax Ping Sensor and Memsic 2125 accelerometer. * Adding examples for Parallax Ping Sensor and Memsic 2125 accelerometer.
[core / libraries] [core / libraries]
* Adding support for the ATmega328. The upload speed is 57600 baud, so you
may need to edit boards.txt or reburn your bootloader if you bought an
ATmega328 w/ bootloader from adafruit or other supplier.
* Adding support for printing floats to Print class (meaning that it works * Adding support for printing floats to Print class (meaning that it works
in the Serial, Ethernet, and LiquidCrystal classes too). Includes two in the Serial, Ethernet, and LiquidCrystal classes too). Includes two
decimal places. decimal places.
@ -69,8 +72,6 @@ UPDATES
* Fixing bug in Ethernet library that interfered with use of pins 8 and 9. * Fixing bug in Ethernet library that interfered with use of pins 8 and 9.
* Originating each outgoing network connection from a different port (in the * Originating each outgoing network connection from a different port (in the
Client class of the Ethernet library). Thanks to Paul and joquer. Client class of the Ethernet library). Thanks to Paul and joquer.
* Modifying the core, libraries, and bootloader source to support the
ATmega328, but not yet including it in boards menu.
* Updating ATmega168 bootloader to work with standard distributions of avrdude * Updating ATmega168 bootloader to work with standard distributions of avrdude
(responding to signature requests made with the universal SPI command) and (responding to signature requests made with the universal SPI command) and
correctly store EEPROM data. Thanks to ladyada. correctly store EEPROM data. Thanks to ladyada.