Modbus_1_Deva4ki/device_adc.h
2023-04-11 17:21:04 +03:00

7 lines
116 B
C

#ifndef DEVICE_ADC_H
#define DEVICE_ADC_H
void adc_init(void);
uint16_t get_adc_value(void);
#endif /*DEVICE_C_H*/