mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
included showing detection of external temperature sensors in startup and 'autodetect' also re-checks for new external sensors. #238
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user