This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-rescue/adc.h

11 lines
127 B
C
Raw Permalink Normal View History

2007-04-03 12:48:00 +00:00
#ifndef _ROBOCUP_ADC_H_
#define _ROBOCUP_ADC_H_
#include <stdint.h>
void initADC();
uint16_t getADCValue(int port);
#endif