altos: Log baro readings for MicroPeak
authorKeith Packard <keithp@keithp.com>
Fri, 14 Dec 2012 19:11:39 +0000 (11:11 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 14 Dec 2012 19:11:39 +0000 (11:11 -0800)
commitfc2e5beb9173663e1e37a9b5a7b6eea1046222f7
tree3ea25ff6d18739d917df57dac9f45f161f17c43b
parent73422bf72e07b169bfe37b02518b9e7479931971
altos: Log baro readings for MicroPeak

This logs barometric data every 192ms (more or less) to the 504
remaining bytes of internal EEPROM storage in the ATtiny85. This
provides 48.192 seconds of logging.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak/Makefile
src/micropeak/ao_log_micro.c
src/micropeak/ao_log_micro.h
src/micropeak/ao_micropeak.c
src/micropeak/ao_micropeak.h [new file with mode: 0644]