]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/config.inc
Remove unsupported experimental ADC support
[avrcpm.git] / avr / config.inc
index 38dc7932380f506cbde06ca1aa075d682635feeb..11b7caeaf3086d0b35352c627e732d3b795d4235 100644 (file)
@@ -73,9 +73,6 @@
 ; Uncomment and set to 0, if you need to save flash.
 ;#define MMCBOOTLOADER 1
 
-; Uncomment to disable ADC support
-;#define ADC_SUPPORT 0
-
 ;-----------------------------------------------------------------------
 ;Debugging aids
 
 #define I2CADRL        0x07
 #define I2CADRH        0x08
 
-; Simple ADC Interface
-#define ADC80  0x17                    /* Read Value from ADC6 Pin, 8 bit */
-#define ADC81  0x18                    /* Read Value from ADC7 Pin, 8 bit */
-#define ADCTEMP        0x19                    /* Read Value from Temp Sensor, 8 bit */
-#define ADCBGL 0x20                    /* Read 1.1V Bandgap, 10 bit */
-#define ADCBGH 0x21                    /* Read 1.1V Bandgap, 10 bit */
-
 ; ISC16IS740 UART
 #define I2C_UART 0x50                  /* ISC16IS740 base port */
 
 #if I2C_SUPPORT && !DRAM_8BIT
   #error "I2C_SUPPORT requires 8 bit DRAM (DRAM_8BIT=1)!"
 #endif
-#ifndef ADC_SUPPORT
-  #define ADC_SUPPORT 1
-#endif
 #ifndef I2C_UART_SUPPORT
   #define I2C_UART_SUPPORT I2C_SUPPORT
 #endif