This repository defines a package gathering software elements allowing to measure the air temperature using a DS18B20 device.
The operation Measure_Temperature shall not be called at a period faster than 750ms (which is the temperature convertion time for a device configured for 12-bit resolution).
The execution time of the operation Measure_Temperature depends on the One_Wire_Protocol interface implementation. Typical value should be below 7ms.
- One_Wire_Interfaces : https://github.com/SanteyneEmbeddedSystems/One_Wire_Interfaces/releases/tag/v1.0.1
- Physical_Quantities_Interfaces : https://github.com/SanteyneEmbeddedSystems/Physical_Quantities_Interfaces/releases/tag/v1.0.0
This repository shall be clone within the libraries folder of the Arduino sketchbook folder.