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
* 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
(responding to signature requests made with the universal SPI command) and
correctly store EEPROM data. Thanks to ladyada.
* Changing compilation process to generate .eep file and allow for use of
EEMEM directive (although not yet uploading EEPROM data).
* Changing compilation process to allow for use of EEMEM directive (although
not yet uploading EEPROM data).
0012 - 2008.09.18

View File

@ -2,8 +2,6 @@
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.
Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0
Add String library.