Just wondering how the pedometer output accessed by the command 'inv6' would be parsed? I've used the example python application so far as my starting point for parsing all other data outputs, but the python application doesn't seem to support this input in it's data package parser. Thanks for the help!
Re: Re: Pedometer Output Parsing
You can review or modify how the motionFit board transmits data within its embedded source example. To point you at the pedometer packets, mllite_test.c will have the main parsing and data transmission functions.