diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-30 20:06:43 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-30 20:06:43 +0900 |
commit | 1ae3caf7fc8d9d1073684bf2da91b552065a41a7 (patch) | |
tree | 36c893427725d31e449b51b3e142edc13774d66e /example-fs-bb48/adc.h | |
parent | a933eebfd5ee2defdb149a30b31f55010ffefc34 (diff) |
USB cleanup
Diffstat (limited to 'example-fs-bb48/adc.h')
-rw-r--r-- | example-fs-bb48/adc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/example-fs-bb48/adc.h b/example-fs-bb48/adc.h deleted file mode 100644 index 1a009f7..0000000 --- a/example-fs-bb48/adc.h +++ /dev/null @@ -1,8 +0,0 @@ -int adc_init (void); -void adc_start (void); -void adc_stop (void); - -extern uint32_t adc_buf[64]; - -void adc_start_conversion (int offset, int count); -int adc_wait_completion (void); |