From bb801164775e07a2bb99105d0773687fe41646b1 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 18:12:22 -0700 Subject: [PATCH] add subsections to left sonar --- curriculum/challenge-bot.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 007918c..6a3cf51 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -62,7 +62,13 @@ (subsection :title [arduino reset button])) (section - :title [left sonar]) + :title [left sonar] + (subsection + :title [breadboard connectivity]) + (subsection + :title [cable]) + (subsection + :title [arduino headers])) (section :title [both sonars]) (section -- 2.30.2