diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-17 13:23:48 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-16 22:16:13 -0700 |
| commit | 1d7e6f5dcb29535cde9b7dfd6998d7889baf835b (patch) | |
| tree | 87053a9f7ad38b0b698ba6428cd66e58ca7b23a0 /src/telescience-v0.1 | |
| parent | 1747ab07dab6f4e977e0c3e83b57510cd668e369 (diff) | |
first work on PWM input to TeleScience, 'p' command displays timer 1
Diffstat (limited to 'src/telescience-v0.1')
| -rw-r--r-- | src/telescience-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telescience-v0.1/Makefile b/src/telescience-v0.1/Makefile index d24128ef..5542913d 100644 --- a/src/telescience-v0.1/Makefile +++ b/src/telescience-v0.1/Makefile @@ -53,6 +53,7 @@ ALTOS_SRC = \ ao_adc_avr.c \ ao_science_slave.c \ ao_spi_slave.c \ + ao_pwmin.c \ $(TELESCIENCE_STORAGE)\ $(TELESCIENCE_LOG) |
