1 2 3 4 5 6 7 8 9 10
#ifndef _ROBOCUP_ADC_H_ #define _ROBOCUP_ADC_H_ #include <stdint.h> void initADC(); uint16_t getADCValue(int port); #endif