From 9fb37473793bfce9769dedccd531e7f24376b014 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 16:56:00 -0700 Subject: [PATCH] fill wiring and software chapter's section titles --- curriculum/challenge-bot.scm | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 1c0ac32..fc61fee 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -18,7 +18,23 @@ (section :title [sonars])) (chapter - :title [wiring and software])) + :title [wiring and software] + (section + :title [serial]) + (section + :title [left sonar]) + (section + :title [both sonars]) + (section + :title [left motor]) + (section + :title [both motors]) + (section + :title [untethered]) + (section + :title [follow]) + (section + :title [stay on table]))) ;; Copyright 2016 daniel watson -- 2.30.2