
tempe
Diff: DS18B20.h
- Revision:
- 2:778929fc1520
- Parent:
- 1:7bf2fdef45c9
--- a/DS18B20.h Mon Jun 21 09:55:09 2021 +0000 +++ b/DS18B20.h Tue Jun 22 12:34:28 2021 +0000 @@ -17,6 +17,6 @@ ROM_Code_t ReadROM() ; // temperature is store as 7.4 fixed point format (assuming 12 bit conversion) -void displayTemperature(Serial& s) ; +float displayTemperature() ; #endif \ No newline at end of file