there a bug in the resistor calculation

This commit is contained in:
wn
2016-09-05 20:43:00 +02:00
parent f1f22ae795
commit 7333295954
3 changed files with 6 additions and 6 deletions

View File

@ -54,8 +54,8 @@ void measureCollectAndProcessConversion(void *handleArg) {
uint8_t temperature = (uint8_t)t;
// displaySetValue(temperature);
displayMuxerSetValue(temperature, true, TEMPERATURE_MUX);
displaySetValue(temperature);
// displayMuxerSetValue(temperature, true, TEMPERATURE_MUX);
//gpioSetPin(TESTPIN2, LOW);
}