X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=curriculum%2Fchallenge-bot.scm;h=d7fd02d49c9965fa4b2b97d7236c4397fa13f02c;hb=28a2365e0e7be47ada8ce9b95607da120e6e19b7;hp=33f54fcc8c337ee3933a4d51e63e92278cf4fce5;hpb=9183d52bbc0e53e7abe50be9ce2d8b269681b5a6;p=challenge-bot diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 33f54fc..d7fd02d 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -75,13 +75,33 @@ :title [breadboard power rail] (p [power rail can provide power to more than one device.]))) (section - :title [left motor]) + :title [left motor] + (subsection + :title [arduino digital output]) + (subsection + :title [quad half h bridge, aka motor controller]) + (subsection + :title [motor battery])) (section - :title [both motors]) + :title [both motors] + (subsection + :title [analogWrite])) (section - :title [untethered]) + :title [untethered] + (subsection + :title [arduino battery]) + (subsection + :title [off and on functions])) (section - :title [follow]) + :title [follow] + (subsection + :title [same wiring as untethered]) + (subsection + :title [set motor]) + (subsection + :title [go]) + (subsection + :title [determining speed])) (section :title [stay on table])))