Brooklyn/gnuk/chopstx/adc.h
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00

9 lines
180 B
C

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);