From 1be43d0437027af133f27ca15c2d7ed9c52b38b4 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 18:08:11 -0700 Subject: [PATCH] add subsections to software on computer --- 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 18fdc88..007918c 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -50,7 +50,11 @@ (section :title [serial] (subsection - :title [arduino software on computer]) + :title [software on computer] + (subsection + :title [arduino]) + (subsection + :title [fritzing])) (subsection :title [attach arduino and computer via cable]) (subsection -- 2.30.2