altos: Split out mm-specific versions of sampling code
authorKeith Packard <keithp@keithp.com>
Sun, 27 May 2012 22:47:30 +0000 (16:47 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 27 May 2012 22:47:30 +0000 (16:47 -0600)
commitdd73c9b441f7672fb9982c4caeb5178df30f5d2b
tree5dea0673950020c5cafa144a1401e38522df83b6
parent9eeba439ce8c9dc1def8528f96b6a67c6578d656
altos: Split out mm-specific versions of sampling code

Avoid breaking telemetrum (too much) by splitting this stuff apart.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_data.h [new file with mode: 0644]
src/core/ao_flight_mm.c [new file with mode: 0644]
src/core/ao_log_mega.c [new file with mode: 0644]
src/core/ao_sample_mm.c [new file with mode: 0644]