mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef ADC_H_
|
|
#define ADC_H_
|
|
|
|
void ADC_init(void);
|
|
uint16_t ADC_get_vcore(void);
|
|
|
|
#endif /* ADC_H_ */ |