summaryrefslogtreecommitdiff
path: root/src/drivers/ao_mma655x.h
Commit message (Collapse)AuthorAge
* altos: Go back to recording sensor data in globalsmm-ms5611Keith Packard2012-10-08
| | | | | | | | Instead of trying to get things into the ring from a variety of functions, go back to the simpler method of storing them in globals and having the ADC code just pluck out the most recent values. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add MMA655X driverKeith Packard2012-08-18
Just debug code at this point, will complete on real hardware Signed-off-by: Keith Packard <keithp@keithp.com>