add some TODOs
[challenge-bot] / TODO.rkt
index 12165e1c05740a9274ca4e9d9e8fee63d5f35d57..149b555a58330750627046a984f5b903627f8226 100755 (executable)
--- 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,"