default port = GPIO_0
Dependents: multithread_ADC_timing audio_record_serial_out
fastADC.h
- Committer:
- yutonggu
- Date:
- 2019-12-08
- Revision:
- 1:d415e0b7dc3e
- Parent:
- 0:56e4e76188d9
File content as of revision 1:d415e0b7dc3e:
#ifndef FAST_ADC_H #define FAST_ADC_H #include <stdint.h> void initADC(); uint16_t readADC(); #endif