add motor controller to bill of materials
[challenge-bot] / bill-of-materials.rkt
index a44b7e91d767137905c6a82a58055ecac19384ac..4f3b74a4bdf4700bbc29a3ecacd91f8a0fb9e0c7 100755 (executable)
    (item "Green LEDs"
          2 .1 1 "evil mad science?")
    (item "330 Ohm Resistors"
-         6 .1 1 "evil mad science?")))
+         6 .1 1 "evil mad science?")
+   (item "motor controller"
+         1 (/ 5.2 5) 10 (string-append "http://www.ebay.com/"
+                                       "itm/like/180976411359?lpid=82"))))
 
 (define total-cost
   (apply + (for/list ([thing bill-of-materials])