add more labels. (i'm a bad commit msg
[challenge-bot] / TODO.rkt
index 12165e1c05740a9274ca4e9d9e8fee63d5f35d57..9aa1115fb3e82ea13b46a8324563a94e2855ec23 100755 (executable)
--- a/TODO.rkt
+++ b/TODO.rkt
@@ -4,6 +4,15 @@
 (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"
+         (list
+          8
+          "Example Program 4"
+          "text should be copy-pastable"))
    "make challenge for blinking based on how far away hand is"
    "get gyroscopes"
    "change turnaround to spin_left and spin_right"
@@ -17,6 +26,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,"