Closed rwaldron closed 10 years ago
Code. And use pin mode output not servo(where did that mode even come from?) On May 17, 2014 11:27 PM, "Rick Waldron" notifications@github.com wrote:
I had a report on twitter: https://twitter.com/Resseguie/status/467863639274582016 and I confirmed it myself.
— Reply to this email directly or view it on GitHubhttps://github.com/voodootikigod/voodoospark/issues/12 .
Example using @makenai SumoBot Jr example modified to use Spark-IO for wireless control.
https://github.com/Resseguie/sumobot-jr/blob/master/code_example/spark-sumo.js
(where did that mode even come from?)
That's in Standard Firmata and part of the Firmata protocol. http://www.firmata.org/wiki/Protocol#Control_Messages_Expansion
I pushed a patch to Spark-IO that will coerce SERVO mode to OUTPUT mode.
I had a report on twitter: https://twitter.com/Resseguie/status/467863639274582016 and I confirmed it myself.