mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
added function to return raw int16 value
This commit is contained in:
@@ -40,6 +40,7 @@ class DS18 {
|
||||
void loop();
|
||||
char * getDeviceString(char * s, unsigned char index);
|
||||
double getValue(unsigned char index);
|
||||
int16_t getRawValue(unsigned char index); // raw values, needs / 16
|
||||
|
||||
protected:
|
||||
bool validateID(unsigned char id);
|
||||
|
||||
Reference in New Issue
Block a user