From: daniel watson Date: Mon, 14 Nov 2016 05:24:22 +0000 (-0800) Subject: document build-stages directory X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=0d77067afcdee3acb889a063ac759381b43f6b6e document build-stages directory --- diff --git a/guide/hausner/overview.org b/guide/hausner/overview.org index 031aa2f..c094de5 100644 --- a/guide/hausner/overview.org +++ b/guide/hausner/overview.org @@ -51,3 +51,11 @@ *** 3d-printables the parts of the robot that are 3d-printed are in this directory. use openscad to open the parts in this directory. +*** build-stages + all the wiring diagrams and arduino code live in this directory. + + under this directory, there is one subdirectory for each + build stage. + each build stage is prefixed with a letter to make it appear in + order. + for example, =a_serial= contains the first build stage.