bah oui
Dependents: STM32_Button_Interrupt_dla_taty
Diff: DS1820.h
- Revision:
- 13:b593a82ce790
- Parent:
- 8:8dfdd1603e4d
diff -r f3531c4b09fe -r b593a82ce790 DS1820.h --- a/DS1820.h Wed Oct 28 17:45:42 2015 +0000 +++ b/DS1820.h Wed Oct 28 18:05:51 2015 +0000 @@ -20,5 +20,6 @@ void setResolution(uint8_t res); void startConversion(void); float read(void); + uint8_t read(float& temp); }; #endif /* DS1820_H_ */