included showing detection of external temperature sensors in startup and 'autodetect' also re-checks for new external sensors. #238

This commit is contained in:
Paul
2020-01-11 16:29:51 +01:00
parent 9f37dfb802
commit c3905e0b33
4 changed files with 60 additions and 23 deletions

View File

@@ -36,7 +36,8 @@ class DS18 {
DS18();
~DS18();
uint8_t setup(uint8_t gpio, bool parasite);
void setup(uint8_t gpio, bool parasite);
uint8_t scan();
void loop();
char * getDeviceString(char * s, unsigned char index);
float getValue(unsigned char index);