From cff668ccc47afea555fd5be790181e14bf9471d9 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 30 Nov 2014 13:48:12 -0800 Subject: [PATCH] add TODOs * challenge for blinking rate changing depending on hand distance * introduce the idea of an interrupt * use gyroscopes for turning a specific amount more reliably than timing --- TODO.rkt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.rkt b/TODO.rkt index 2daf9f4..12165e1 100755 --- a/TODO.rkt +++ b/TODO.rkt @@ -4,8 +4,12 @@ (define todo ;; list of specific things to do for challenge-bot class (list + "make challenge for blinking based on how far away hand is" + "get gyroscopes" + "change turnaround to spin_left and spin_right" + "remove \"forward_speed\" and \"stop_speed\" from g_follow" + "video should show motor doesn't react to hand for left motor" "make a case for the 9v and 6v battery holders" - "determine if 9v or 6v battery holder can be disposed" (string-append "order these: http://www.ebay.com/itm/" "100-x-Ultrasonic-Module-HC-SR04-Distance-Measuring" "-Transducer-Sensor-for-Arduino-/" -- 2.30.2