From: daniel watson Date: Sun, 15 May 2016 21:30:20 +0000 (-0500) Subject: add follow section's subsections X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=28a2365e0e7be47ada8ce9b95607da120e6e19b7 add follow section's subsections --- diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 8a8ed26..d7fd02d 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -93,7 +93,15 @@ (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])))