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