summaryrefslogtreecommitdiffstats
path: root/adc.h
blob: 61315901eb223b623a7d774cfa85cb28d6184732 (plain)
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