From d00915911d7048524d168f352e33426d094e3176 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 7 Dec 2014 19:00:13 -0800 Subject: [PATCH] add some TODOs --- TODO.rkt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.rkt b/TODO.rkt index 12165e1..149b555 100755 --- a/TODO.rkt +++ b/TODO.rkt @@ -4,6 +4,11 @@ (define todo ;; list of specific things to do for challenge-bot class (list + (list "programming guide to the challenge" + (list + "experiments and self test 2 page 4 of 15" + "code is incomplete, needs int led = 13 and setup() too") + "code in programming guide hard to read, make bigger") "make challenge for blinking based on how far away hand is" "get gyroscopes" "change turnaround to spin_left and spin_right" @@ -17,6 +22,8 @@ (define ideas (list + "make the robots talk to each other" + "have one robot load its program to another" (list "from 0 to movement faster" "hook motor directly to battery" (string-append "solder wires to motors, attach motors," -- 2.30.2