add subsections to stay on table
[challenge-bot] / curriculum / challenge-bot.scm
index 82938c5b365bf9d4b9adcdf9d60dc374a42d5f22..f36d0316f23b5d2d5e86935b1eca2dbe1ab5eb4f 100644 (file)
    (subsection
     :title [motor battery]))
   (section
-   :title [both motors])
+   :title [both motors]
+   (subsection
+    :title [analogWrite]))
   (section
-   :title [untethered])
+   :title [untethered]
+   (subsection
+    :title [arduino battery])
+   (subsection
+    :title [off and on functions]))
   (section
-   :title [follow])
+   :title [follow]
+   (subsection
+    :title [same wiring as untethered])
+   (subsection
+    :title [set motor])
+   (subsection
+    :title [go])
+   (subsection
+    :title [determining speed]))
   (section
-   :title [stay on table])))
+   :title [stay on table]
+   (subsection
+    :title [stop])
+   (subsection
+    :title [backup])
+   (subsection
+    :title [turn around]))))
 
 ;; Copyright 2016 daniel watson