diff options
| author | Robert Garbee <robert@gag.com> | 2012-07-17 13:23:48 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2012-07-17 13:23:48 -0600 |
| commit | e93c6bcc799d76d4ff425815e2601a25e6796229 (patch) | |
| tree | 6438476564bf25e81c7bdb9b55432f3c092f36f1 /src/product | |
| parent | a5d873d47b3b16ca32559b4de668bf07b25eddb0 (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; } |
