mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-13 19:29:55 +03:00
use dallas sensor address as ID - #327
This commit is contained in:
@@ -39,7 +39,8 @@ class DS18 {
|
||||
void setup(uint8_t gpio, bool parasite);
|
||||
uint8_t scan();
|
||||
void loop();
|
||||
char * getDeviceString(char * s, unsigned char index);
|
||||
char * getDeviceType(char * s, unsigned char index);
|
||||
char * getDeviceID(char * buffer, unsigned char index);
|
||||
float getValue(unsigned char index);
|
||||
int16_t getRawValue(unsigned char index); // raw values, needs / 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user