11 lines
127 B
C
11 lines
127 B
C
![]() |
#ifndef _ROBOCUP_ADC_H_
|
||
|
#define _ROBOCUP_ADC_H_
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
void initADC();
|
||
|
uint16_t getADCValue(int port);
|
||
|
|
||
|
#endif
|