added function to return raw int16 value

This commit is contained in:
proddy
2019-03-23 11:06:46 +01:00
parent b5ae847048
commit af5a71b7c6
2 changed files with 7 additions and 3 deletions

View File

@@ -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);