From f7ecfb9cb7441129d47f3a167c0e6dd1dd8f9442 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 7 Jan 2009 21:41:54 +0000 Subject: [PATCH] Updating todo. --- todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo.txt b/todo.txt index fbb49af81..283c245b6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,12 +1,10 @@ 0013 arduino -Ethernet library should use a different source port for each outgoing Client connection: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1227978344 Support atmega328: http://spiffie.org/know/arduino_328/ - add atmega328 to avrdude.conf (on Windows) AVR -Make Client::_srcport static? http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1227735530 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.