From: daniel watson Date: Fri, 13 May 2016 23:56:00 +0000 (-0700) Subject: fill wiring and software chapter's section titles X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=9fb37473793bfce9769dedccd531e7f24376b014 fill wiring and software chapter's section titles --- diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 1c0ac32..fc61fee 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -18,7 +18,23 @@ (section :title [sonars])) (chapter - :title [wiring and software])) + :title [wiring and software] + (section + :title [serial]) + (section + :title [left sonar]) + (section + :title [both sonars]) + (section + :title [left motor]) + (section + :title [both motors]) + (section + :title [untethered]) + (section + :title [follow]) + (section + :title [stay on table]))) ;; Copyright 2016 daniel watson