simplify max RTD low level handler

This commit is contained in:
2022-11-03 15:10:42 +01:00
parent 9044a5476c
commit 8e26ad2871
5 changed files with 22 additions and 25 deletions

View File

@ -23,8 +23,6 @@ struct Max31865ReaderCookie : public CookieIF {
Countdown cd = Countdown(MAX31865::WARMUP_MS);
bool on = false;
bool configured = false;
bool active = false;
bool writeLowThreshold = false;
bool writeHighThreshold = false;
uint16_t lowThreshold = 0;