Updating readme and todo for previous changes.

This commit is contained in:
David A. Mellis 2008-10-13 15:15:24 +00:00
parent 2ba54d2cbf
commit 70a5e05482
2 changed files with 5 additions and 4 deletions

View File

@ -48,11 +48,14 @@ UPDATES
0013 0013
* Removing cast macros, since function-style casts are a feature of C++.
* Fixing bug in random() that limited the ranges of values generated. Thanks
to Mikal Hart.
* 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.
* Changing compilation process to generate .eep file and allow for use of * Changing compilation process to allow for use of EEMEM directive (although
EEMEM directive (although not yet uploading EEPROM data). not yet uploading EEPROM data).
0012 - 2008.09.18 0012 - 2008.09.18

View File

@ -2,8 +2,6 @@
AVR AVR
Use stdlib random() function: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1211798802
Remove cast macros for built-in types.
Allow hardcoding of R/W line to ground with LiquidCrystal library. Allow hardcoding of R/W line to ground with LiquidCrystal library.
Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0 Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0
Add String library. Add String library.