Yet another DS1820 lib, but this one is make in sweat of struggling with other ones. It's a fork really of <insert original as mbed doesn't track idk why> with *added capability* of not blocking.

Dependents:   Nucleo_praktyki

History

Non blocking convert. Updates internal variable, which can be read by temperature() method. default tip

2017-09-02, by amateusz [Sat, 02 Sep 2017 20:13:38 +0000] rev 1

Non blocking convert. Updates internal variable, which can be read by temperature() method.


Fixed changing resolution (bitmask); Changed behaviour. No need to "convert" any more. Just get temperature().; Also added internal Ticker, which updates temperature at given rate in background

2017-08-30, by amateusz [Wed, 30 Aug 2017 21:15:06 +0000] rev 0

Fixed changing resolution (bitmask); Changed behaviour. No need to "convert" any more. Just get temperature().; Also added internal Ticker, which updates temperature at given rate in background