diff --git a/platform/avr-ravenlcd/temp.h b/platform/avr-ravenlcd/temp.h index aa436f107..545783b08 100644 --- a/platform/avr-ravenlcd/temp.h +++ b/platform/avr-ravenlcd/temp.h @@ -67,9 +67,12 @@ typedef enum { /** \} */ /** \brief Initialize the temperature sensor + * ADC2=EXT_SUPL_SIG can also be measured and sent + * to the 1284p along with the temperature reading. * * \return EOF on error */ +//#define MEASURE_ADC2 1 //adds 250 bytes to program size int temp_init(void);