Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
analog.h
Go to the documentation of this file.
1 //analog.h
2 
3 #define readPOT() readADC();
4 
5 void initADC();
6 int readADC(void);
7 int normalize_ADCReading(unsigned char inferiorLimit, unsigned char superiorLimit);