Library for reading temperature from DS1820, DS18B20 and DS1822

Dependencies:   LinkedList

Dependents:   heatmap BLE_Temperature BLE_Temperature_Exercise F334andDS18B20 ... more

Fork of DS1820 by David Pairman

Made consequent use of INPUT/OUTPUT macro's to make it work for STM

In the code the preparation was made to make pin input/output switching work for STM, done by define macros. Due to inconsequent use it is not working yet. This is a fix to use the macros for all cases, such that it works on STM.

To add bugfixes