fix rebase module05
This commit is contained in:
@@ -21,9 +21,9 @@ uint16_t calibrate_temperature(uint16_t value, uint8_t speed) { // 24.8 : Tempe
|
||||
}
|
||||
|
||||
void adc_print_dec(uint16_t value) {
|
||||
if (adc_channel == ADC_THERMISTOR) {
|
||||
value = calibrate_temperature(value, 5);
|
||||
}
|
||||
// if (adc_channel == ADC_THERMISTOR) {
|
||||
// value = calibrate_temperature(value, 5);
|
||||
// }
|
||||
char buffer[17] = {0};
|
||||
uint16_to_string(value, buffer);
|
||||
uart_printstr(buffer);
|
||||
|
||||
Reference in New Issue
Block a user