From 25c1b477e769f3f6eae51765d7e333636c2e42ad Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 23 Oct 2016 15:49:37 -0700 Subject: [PATCH] ask about drill bit sizes for arduino to deck --- guide/challenge-bot-questions.org | 14 ++++++++++++++ guide/makefile | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 guide/challenge-bot-questions.org diff --git a/guide/challenge-bot-questions.org b/guide/challenge-bot-questions.org new file mode 100644 index 0000000..c7ce82a --- /dev/null +++ b/guide/challenge-bot-questions.org @@ -0,0 +1,14 @@ +* challenge-bot questions +** mechanical questions +*** arduino to deck + these questions are about attaching the arduino to the deck. you used + a drill and drill bit to make holes for bolts to go through. we + drilled through the arduino into the deck. + 0. [@0] what would happen if you used a larger drill bit than the one + you used for drilling holes for the arduino? + 1. why do people use drill bits that are smaller or the same size as + existing holes in circuit boards, like the blue arduino? + 2. why did we use a drill bit that was wider than the body of the + bolt used to hold the arduino? + 3. why did we drill through the arduino, rather than marking holes + and using the drill to make holes where the marks were? diff --git a/guide/makefile b/guide/makefile index 01f2d72..2ee1710 100644 --- a/guide/makefile +++ b/guide/makefile @@ -85,6 +85,9 @@ challenge-bot.html: challenge-bot.scm \ makefile @skribilo $< > $@ +%.html:%.org + emacs --batch --visit $< -f org-html-export-to-html --kill + clean: @rm -f \ square.png \ -- 2.30.2