add required materials for breadboard to deck
authordaniel watson <ozzloy@gmail.com>
Tue, 14 Jun 2016 02:35:53 +0000 (19:35 -0700)
committerdaniel watson <ozzloy@gmail.com>
Tue, 14 Jun 2016 02:37:49 +0000 (19:37 -0700)
.gitignore
guide/1-breadboard-to-deck/0-required-materials.png [new file with mode: 0644]
guide/challenge-bot.scm
guide/makefile

index 5eb343eb30ba93a3bfc3770c74fdc853859c3bb5..4cb1ffeb0780603e0ecaeccc2b1bd52bf04671d1 100644 (file)
@@ -32,3 +32,4 @@ downloads/
 *.amf
 build-uno/
 media/
+*.JPG
diff --git a/guide/1-breadboard-to-deck/0-required-materials.png b/guide/1-breadboard-to-deck/0-required-materials.png
new file mode 100644 (file)
index 0000000..0e2e045
Binary files /dev/null and b/guide/1-breadboard-to-deck/0-required-materials.png differ
index 2448c90e7471e3b02d6be1bf16f7659bcd7b8d59..0c70756fbdc109ea84e969e06cd7bffe1313671b 100644 (file)
             rotation.]
         (figure
          :legend "arduino to deck / keep holes far apart"
-                (image
-                 :file "0-arduino-to-deck/keep-holes-far-apart.png"))))
+         (image
+          :file "0-arduino-to-deck/keep-holes-far-apart.png"))))
     (subsubsection
      :title [drilling and attaching second screw]
      (p [to drill the second hole, follow the same steps as drilling the
      (item [there should be no warping on the arduino.
                   this could happen if the screws are too tight.]))))
   (section
-   :title [breadboard])
+   :title [breadboard]
+   (p [next, let's attach other parts to the deck.
+             we'll start with the breadboard.
+             there are many ways to do this, but one handy approach is
+             glue dots.
+             glue dots can be placed easily, are good at attaching flat
+             surfaces that directly touch and do not get much stress.])
+   (p (figure
+       :legend "breadboard to deck / required materials"
+       (image
+        :file "1-breadboard-to-deck/0-required-materials.png"))
+      [for this section, we will need the deck with arduino attached,
+           breadboard, and glue dots.]))
   (section
    :title [battery packs]
    (subsection
index a510be8042aa96e38567b6e05b11ca797571d967..01f2d72dcfb642c32ce3d0a09d2d2389eda7c0a8 100644 (file)
@@ -81,6 +81,7 @@ challenge-bot.html: challenge-bot.scm \
                0-arduino-to-deck/6-32-screw.png \
                0-arduino-to-deck/4-place-arduino-closeup.png \
                0-arduino-to-deck/keep-holes-far-apart.png \
+               1-breadboard-to-deck/0-required-materials.png \
                makefile
        @skribilo $< > $@