altoslib: Fix idle monitor parsing of MMA655x state
authorKeith Packard <keithp@keithp.com>
Tue, 9 Sep 2014 16:02:51 +0000 (09:02 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Sep 2014 16:02:51 +0000 (09:02 -0700)
commit9d3ab4c78f79d659ce800def77bc441c95fa15be
tree57631a474509bdcf2ce46fe9d37f0e715edca14b
parent2b7ba0a5be70ae1d661afb2592ce8a6bf660c793
altoslib: Fix idle monitor parsing of MMA655x state

There's no ':' after 'MMA655X value' in the output, and the parser
returns 'true' on success, not false.

With this, 'Monitor Idle' now reports correct accelerometer readings.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosMma655x.java