From 79d761bc23bccf75e0097b2d5d07b0f09add8fd6 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 May 2016 14:53:14 -0500 Subject: [PATCH] add both motors section's analogWrite subsection --- curriculum/challenge-bot.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 82938c5..89177b4 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -83,7 +83,9 @@ (subsection :title [motor battery])) (section - :title [both motors]) + :title [both motors] + (subsection + :title [analogWrite])) (section :title [untethered]) (section -- 2.30.2