summaryrefslogtreecommitdiff
path: root/src/drivers/ao_ms5607_convert.c
Commit message (Collapse)AuthorAge
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Make MS5607 PROM a public variableKeith Packard2014-05-25
| | | | | | | This will let the fake flight code update it as necessary, without creating a new interface in ao_ms5607.c Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: MS5607 pressure computation for low temperatures was wrongKeith Packard2013-08-25
| | | | | | Second correction only applies to temps < -15°C, not 15°C. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Split out ms5607 conversion code for use in ao_flight_testKeith Packard2012-10-13
Makes the conversion code available even where the driver isn't needed Signed-off-by: Keith Packard <keithp@keithp.com>