From 805d636256487856a0d2e09dba541fc31a05d7d2 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 15 May 2016 14:46:20 -0500 Subject: [PATCH] add subsections to left motor section --- 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 33f54fc..82938c5 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -75,7 +75,13 @@ :title [breadboard power rail] (p [power rail can provide power to more than one device.]))) (section - :title [left motor]) + :title [left motor] + (subsection + :title [arduino digital output]) + (subsection + :title [quad half h bridge, aka motor controller]) + (subsection + :title [motor battery])) (section :title [both motors]) (section -- 2.30.2