default port = GPIO_0
Dependents: multithread_ADC_timing audio_record_serial_out
Diff: fastADC.h
- Revision:
- 0:56e4e76188d9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastADC.h Wed Dec 04 10:41:22 2019 +0000 @@ -0,0 +1,9 @@ +#ifndef FAST_ADC_H +#define FAST_ADC_H + +#include <stdint.h> + +void initADC(); +uint16_t readADC(); + +#endif \ No newline at end of file