1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-19 14:22:04 +01:00

7 lines
102 B
C

#ifndef ADC_H_
#define ADC_H_
void ADC_init(void);
uint16_t ADC_get_vcore(void);
#endif /* ADC_H_ */