Glad to hear! Re logging: you gave me an idea - the logging can be presented to the Android as a fake UART when enabled - instead of wasting two UART peripherals, this will use 0. Re clock calibration: well, you need some process to do that. Hard-coding one value might be OK during development but will not give you good precision if you're trying to run this same firmware on a different board. Of course, you can either add an a crystal to the board, or otherwise come up with a different calibration process (all that you need really is an external clock provided for a short period during initial setup).
On Sat, Jan 11, 2014 at 5:38 AM, Johny Johansen <[email protected]> wrote: > Also had to change ICS_PGx2 into ICS_PGx1, to match the hardware, so now > it 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/groups/opt_out. > -- 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/groups/opt_out.
