diff --git a/max31865.c b/max31865.c --- a/max31865.c +++ b/max31865.c @@ -53,14 +53,8 @@ void max31865_clear_errors(SPI_HandleTyp // Grab temperature reading from MAX31865 void max31865_readtemp(SPI_HandleTypeDef* hspi1, therm_settings_t* set, therm_status_t* status) { - /////////////////////////////////// - // This is duplicated from MAX31855, update for MAX31865 registers/etc - /////////////////////////////////// - // TODO: Set configuration register based on params in config.h (2-wire, 4-wire, etc RTD). This is register 0x00. - // 2-wire RTC or 2-wire (duh) NTC thermistor will be the only options - // Need option for resistance of RTD - // These options should be stored in the set structure and should be menu-selectable + // TODO: Set RTD ref resistance in set struct // Assert CS HAL_GPIO_WritePin(MAX_CS, 0);