Your original problem was simply that you're overloading the processor with a non-blocking loop. If you were to simply *not overload loop()*, instead of defining it as empty, you'd be fine.
On Tue, Apr 14, 2015 at 4:35 PM, Greg Gradwell <[email protected]> wrote: > Just tried a Thread.sleep(1000) command, and that also works. > > -- > 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.
