From cf59d9965cb1b1dd0b58637d04c33aceda1cfc3b Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 18 May 2016 18:08:34 -0700 Subject: [PATCH] add arduino to deck required materials --- curriculum/challenge-bot.scm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 20093e1..6e9f793 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -7,6 +7,20 @@ :title [mechanical] (section :title [arduino to deck] + (subsection + :title [required materials] + (p [you will need the things in this picture. + ,(figure :legend "arduino to deck / required materials" + (image :file "arduino-to-deck/0-required-materials.png")) + ,(itemize + (item [medical kit with bandages]) + (item [safety goggles]) + (item [drill bit \(we will determine size in a moment\)]) + (item [drill]) + (item [alan wrench]) + (item [wood block]) + (item [arduino]) + (item [#6-32x3/8\", four of them]))])) (subsection :title [first hole] (subsubsection @@ -18,7 +32,7 @@ (subsubsection :title [arduino placement] (p [the arduino should be placed as shown in this picture.] - (figure :legend "arduino placement on deck" + (figure :legend "arduino to deck / place arduino" (image :file "arduino-to-deck/3-place-arduino.png")) [the top edge of the arduino should line up with the underside of the holes ])) -- 2.30.2