From f0876d625569094d12e8213497632e13669d4616 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 17:46:18 -0700 Subject: [PATCH] add serial 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 fb4b47b..2e9f0cd 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -46,7 +46,15 @@ (chapter :title [wiring and software] (section - :title [serial]) + :title [serial] + (subsection + :title [arduino software on computer]) + (subsection + :title [attach arduino and computer via cable]) + (subsection + :title [debugging common connection problems]) + (subsection + :title [arduino reset button])) (section :title [left sonar]) (section -- 2.30.2