cfg_adc.h
Go to the documentation of this file.00001 00039 #ifndef CFG_ADC_H 00040 #define CFG_ADC_H 00041 00048 #define ADC_LOG_LEVEL LOG_LVL_INFO 00049 00056 #define ADC_LOG_FORMAT LOG_FMT_VERBOSE 00057 00067 #define CONFIG_ADC_CLOCK 4800000UL 00068 00076 #define CONFIG_ADC_STARTUP_TIME 20 00077 00085 #define CONFIG_ADC_SHTIME 834 00086 00094 #define CONFIG_ADC_AVR_REF ADC_AVR_AVCC 00095 00104 #define CONFIG_ADC_AVR_DIVISOR 2 00105 00111 #define CONFIG_ADC_STROBE 0 00112 00113 #endif /* CFG_ADC_H */
