Hum! I see. Some way similar to what you did in the ShoeBot app, is this correct?
dir_ = ioio.openDigitalOutput(2, false); stp_ = ioio.openPwmOutput(3, 4); stp_.setPulseWidth(10); slp_ = ioio.openDigitalOutput(4, false); ioio.openDigitalOutput(5, true); // sleep ioio.openDigitalOutput(6, true); // ms0 ioio.openDigitalOutput(7, true); // ms1 ioio.openDigitalOutput(8, false); // enable Thanks Ytai! -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
