mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
Updating readme and todo for previous changes.
This commit is contained in:
parent
2ba54d2cbf
commit
70a5e05482
@ -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
|
||||
|
||||
|
2
todo.txt
2
todo.txt
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user