TTK4155 Ping-pong project
adc_driver_node2.h
Go to the documentation of this file.
1 
2 #ifndef ADC_DRIVER_NODE2_H_
3 #define ADC_DRIVER_NODE2_H_
4 
5 
6 
7 int adc_init(void);
8 uint16_t adc_read(int ch);
9 
10 
11 
12 
13 
14 #endif /* ADC_DRIVER_NODE2_H_ */
uint16_t adc_read(int ch)
Read adc value.
Definition: adc_driver.c:25
int adc_init(void)
Function to initialize adc.
Definition: adc_driver.c:13