made all doubles to floats

This commit is contained in:
proddy
2019-11-04 19:16:07 +01:00
parent 17dc48b376
commit 9f146768b4
5 changed files with 49 additions and 49 deletions

View File

@@ -39,7 +39,7 @@ class DS18 {
uint8_t setup(uint8_t gpio, bool parasite);
void loop();
char * getDeviceString(char * s, unsigned char index);
double getValue(unsigned char index);
float getValue(unsigned char index);
int16_t getRawValue(unsigned char index); // raw values, needs / 16
protected: