From 70a5e05482f5fa7797cdcc62a93c4002a17da002 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 13 Oct 2008 15:15:24 +0000 Subject: [PATCH] Updating readme and todo for previous changes. --- readme.txt | 7 +++++-- todo.txt | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 299fe020c..9130175a0 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/todo.txt b/todo.txt index 4b2a31aea..a5e9f1737 100644 --- a/todo.txt +++ b/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.