fix subsection for computer software to subsub
[challenge-bot] / curriculum / challenge-bot.scm
index 33f54fcc8c337ee3933a4d51e63e92278cf4fce5..1afa7e98925be156c8c60e1825a61aee2800f4e2 100644 (file)
@@ -51,9 +51,9 @@
    :title [serial]
    (subsection
     :title [software on computer]
-    (subsection
+    (subsubsection
      :title [arduino])
-    (subsection
+    (subsubsection
      :title [fritzing]))
    (subsection
     :title [attach arduino and computer via cable])
     :title [breadboard power rail]
     (p [power rail can provide power to more than one device.])))
   (section
-   :title [left motor])
+   :title [left motor]
+   (subsection
+    :title [arduino digital output])
+   (subsection
+    :title [quad half h bridge, aka motor controller])
+   (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