add breadboard section to mechanical chapter
[challenge-bot] / curriculum / challenge-bot.scm
index fc61fee95d080b3d27e6015adfb8a358d95e0de3..18fdc886bec48ae1c340ffc4d23f4d31a3249b3d 100644 (file)
@@ -6,21 +6,57 @@
  (chapter
   :title [mechanical]
   (section
-   :title [arduino])
+   :title [arduino]
+   (subsection
+    :title [arduino placement])
+   (subsection
+    :title [first hole and screw])
+   (subsection
+    :title [second hole and screw])
+   (subsection
+    :title [third and fourth hole and screw]))
   (section
-   :title [battery packs])
+   :title [breadboard])
   (section
-   :title [motors])
+   :title [battery packs]
+   (subsection
+    :title [leads])
+   (subsection
+    :title [deck attachment]))
   (section
-   :title [wheels])
+   :title [motors]
+   (subsection
+    :title [leads])
+   (subsection
+    :title [mount])
+   (subsection
+    :title [deck attachment]))
   (section
-   :title [caster])
+   :title [wheels]
+   (subsection
+    :title [tread])
+   (subsection
+    :title [motor]))
   (section
-   :title [sonars]))
+   :title [caster]
+   (subsection
+    :title [deck placement]))
+  (section
+   :title [sonars]
+   (subsection
+    :title [deck placement])))
  (chapter
   :title [wiring and software]
   (section
-   :title [serial])
+   :title [serial]
+   (subsection
+    :title [arduino software on computer])
+   (subsection
+    :title [attach arduino and computer via cable])
+   (subsection
+    :title [debugging common connection problems])
+   (subsection
+    :title [arduino reset button]))
   (section
    :title [left sonar])
   (section