diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-13 21:20:06 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-13 21:21:33 -0700 |
| commit | b6083ce00867051d4d513b91519cad6e4a91f07b (patch) | |
| tree | f3bde62074fc07aeca8be1f1f451a21f04f86767 /src-avr/telescience | |
| parent | 792c58fa9c316accfe6fff9f902b8a1e07e4cfed (diff) | |
altos-avr: Add SPI-slave companion support
Listen on the SPI slave port for commands from TeleMetrum.
Run logging during flight, based on flight state.
Return recent data for telemetry.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/telescience')
| -rw-r--r-- | src-avr/telescience/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/telescience/Makefile b/src-avr/telescience/Makefile index 41580d8d..b50559a9 100644 --- a/src-avr/telescience/Makefile +++ b/src-avr/telescience/Makefile @@ -51,6 +51,7 @@ ALTOS_SRC = \ ao_led.c \ ao_usb_avr.c \ ao_adc_avr.c \ + ao_spi_slave.c \ ao_log_telescience.c \ $(TELESCIENCE_STORAGE) |
