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