bah oui
Dependents: STM32_Button_Interrupt_dla_taty
Diff: DS1820.h
- Revision:
- 13:b593a82ce790
- Parent:
- 8:8dfdd1603e4d
--- 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_ */