The best sources of information are: - The wiki page: https://github.com/ytai/ioio/wiki/Motor-control - Javadocs of the Sequencer class (available in HTML form in the software bundle).
If you insist on a real-life code example, here's one, but probably not as simple as you had hoped: https://github.com/ytai/IOIOPlotter/blob/master/src/mobi/ioio/plotter_app/PlotterService.java On Sat, Nov 28, 2015 at 3:33 PM, Steven Merwin <[email protected]> wrote: > I have started using the ioio board to control linear actuators and > bipolar stepper motor. It is working well. > I can control the stepper motors easy enough with a simple while loop > switching the digital pins from true to false. > > I am trying to understand how to use the sequencer library and looking for > an example running a bipolar stepper motor with the binary channel > configuration. > > I have the hello sequencer example. I wanted to see if there was some more > examples available of how to utilize the channel configuration. > > -- > 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. > -- 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.
