From 28a2365e0e7be47ada8ce9b95607da120e6e19b7 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 May 2016 16:30:20 -0500 Subject: [PATCH] add follow section's subsections --- curriculum/challenge-bot.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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]))) -- 2.30.2