From be66f329b3623042047ccfecdc361992725cd8ba Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 2 Jul 2008 19:23:20 +0000 Subject: [PATCH] Minor changes. --- todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 4931fc16e..b1b6b362a 100644 --- a/todo.txt +++ b/todo.txt @@ -2,12 +2,13 @@ 0012 +Add String library. Add highByte(), lowByte(), and makeWord(high, low) functions. Add bitRead() and bitWrite() functions (and bitSet() and bitClear()?) Add Encoder library. -Add String library. Comment LiquidCrystal examples. Write LiquidCrystal documentation. +[done] Add Servo library. [done] Move #include after other #include's? (prevent it from interfering with standard libraries) [done] Add LiquidCrystal library. [done] Add Servo library.