altos: Add initial micropeak implementation
authorKeith Packard <keithp@keithp.com>
Fri, 12 Oct 2012 21:22:41 +0000 (14:22 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 Oct 2012 21:22:41 +0000 (14:22 -0700)
commitb9bf8e01e243508297f28b102cb2477dc1bc74df
treeefdb6ce229731b54c53fab56c50c8fb4e5e7bfba
parent9c732effeb2ef4a4d8bc9599febed74a6ec2f466
altos: Add initial micropeak implementation

Blinks out max height in decimeters, stores previous flight data to
internal eeprom.

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