diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-26 09:53:16 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-26 09:53:16 -0700 |
| commit | f89e7de20374141b367205aa517a08ee203bfaf3 (patch) | |
| tree | ccda232f72dd067d88fd1b7e03196c24f943b494 /src/megametrum-v0.1/Makefile | |
| parent | dec1481786ad54e22634e32109b5ed6e5483938e (diff) | |
altos: Trigger sample complete when all data are ready
This has each sensor mark a bit in the current data record which is
then sent for processing when all of the data are present.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 1dfebca0..a93f6f17 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -56,8 +56,10 @@ ALTOS_SRC = \ ao_cc1120.c \ ao_fec_tx.c \ ao_fec_rx.c \ + ao_data.c \ ao_ms5607.c \ ao_mma655x.c \ + ao_hmc5883.c \ ao_adc_stm.c \ ao_beep_stm.c \ ao_storage.c \ |
