ButterflyMP3

ADC.h

Go to the documentation of this file.
00001 #define TEMPERATURE_SENSOR  0
00002 #define VOLTAGE_SENSOR      1
00003 #define LIGHT_SENSOR        2
00004 #define CELCIUS             3
00005 #define FARENHEIT           4
00006 #define DIR_SENSOR              4
00007 //#define Vref                2.85
00008 /*
00009 void ADC_init(char );
00010 int ADC_read(void);
00011 void ADC_periphery(void);
00012 void ADC2Temp(char log, int ADCResult);
00013 void ADC2Volt(char log, int ADCResult);
00014 void ADC2Light(char log, int ADCResult);
00015 void ADC2Direction(char log, int ADCresult);
00016 void ADC2Voltage(char log, int ADCresult);
00017 */
00019 //char TemperatureFunc(char);
00020 //
00022 //char VoltageFunc(char);
00023 //
00025 //char LightFunc(char);
00026 //
00028 //char DirectionFunc(char);
00029 //
 All Files Functions Variables Typedefs Enumerations Enumerator Defines