1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-21 07:11:51 +01:00

7 lines
102 B
C
Raw Permalink Normal View History

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