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_ */
adc_read
uint16_t adc_read(int ch)
Read adc value.
Definition:
adc_driver.c:25
adc_init
int adc_init(void)
Function to initialize adc.
Definition:
adc_driver.c:13
Node_2
adc_driver_node2.h
Generated by
1.8.13