Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
Main Page
Data Structures
Files
File List
Globals
include
adc.h
Go to the documentation of this file.
1
7
#ifndef ADC_H_
8
#define ADC_H_
9
/*
10
11
ADCHandle OSInitADC(DeviceSemantics semantics);
12
int OSADCRelease(ADCHandle handle);
13
int OSGetADC(ADCHandle adchandle);
14
int ConvADCSampleToVoltage(ADCHandle adchandle, char *volt, int sample);
15
*/
16
17
#endif
/* ADC_H_ */
Generated by
1.8.10