From aedd90036c6f8a075513ce3af46621bbdd51fce3 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 May 2016 16:20:12 -0500 Subject: [PATCH] add untethered section's subsections --- curriculum/challenge-bot.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 89177b4..8a8ed26 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -87,7 +87,11 @@ (subsection :title [analogWrite])) (section - :title [untethered]) + :title [untethered] + (subsection + :title [arduino battery]) + (subsection + :title [off and on functions])) (section :title [follow]) (section -- 2.30.2