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/product | |
| parent | 1747ab07dab6f4e977e0c3e83b57510cd668e369 (diff) | |
first work on PWM input to TeleScience, 'p' command displays timer 1
Diffstat (limited to 'src/product')
| -rw-r--r-- | src/product/ao_telescience.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/product/ao_telescience.c b/src/product/ao_telescience.c index 45b6d40e..2d594d7f 100644 --- a/src/product/ao_telescience.c +++ b/src/product/ao_telescience.c @@ -16,6 +16,7 @@ */ #include "ao.h" +#include "ao_pwmin.h" int main(void) @@ -34,6 +35,7 @@ main(void) ao_usb_init(); ao_adc_init(); ao_log_single_init(); + ao_pwmin_init(); ao_start_scheduler(); return 0; } |
