altos: Add conversion between Pa and meters
authorKeith Packard <keithp@keithp.com>
Sat, 19 May 2012 03:04:57 +0000 (20:04 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 19 May 2012 03:19:01 +0000 (20:19 -0700)
commit5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f
tree98a4698176483f6a1e310f1f844576c806aea71a
parent1541fc0bde71f503b1ae5757497e9e1e6d023111
altos: Add conversion between Pa and meters

To be used with the MS5607 which generates data in calibrated units.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile
src/core/ao.h
src/core/ao_convert_pa.c [new file with mode: 0644]
src/core/ao_convert_pa_test.c [new file with mode: 0644]
src/test/Makefile
src/util/make-altitude-pa [new file with mode: 0644]