diff options
| author | Keith Packard <keithp@keithp.com> | 2012-05-18 20:16:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-05-18 20:19:01 -0700 |
| commit | 34bb17bc1a3d8a1c95b5e57f059e7a1747e17a03 (patch) | |
| tree | f0b1b2ae323316d1a495daecfa913078734c6c35 /src/megametrum-v0.1/Makefile | |
| parent | 5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f (diff) | |
altos: Finish ms5607 support
This has the MS5607 polling once each tick for pressure and
temperature and then saving that in a global variable. The command UI
provides for dumping the prom data so that an eeprom file can have
raw sensor data along with the conversion factors necessary to compute
useful values.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 437e1a9e..6524d8b8 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -50,7 +50,8 @@ ALTOS_SRC = \ ao_packet_slave.c \ ao_i2c_stm.c \ ao_hmc5883.c \ - ao_mpu6000.c + ao_mpu6000.c \ + ao_convert_pa.c PRODUCT=MegaMetrum-v0.1 PRODUCT_DEF=-DMEGAMETRUM |
