Added the OneWire and DallasTemperature libraries to
commit5e8cbe1c4bba44376542b872587f333f15ff6f3a
authorStefan Mertl <stefan@mertl-research.at>
Thu, 18 Jan 2018 12:55:34 +0000 (18 13:55 +0100)
committerStefan Mertl <stefan@mertl-research.at>
Thu, 18 Jan 2018 12:55:34 +0000 (18 13:55 +0100)
tree84ba2948b62b7209b898dbe3b44ed21c9d844467
parent431ec27b57ce9c2f10d3bc631dc8f15d7114d9eb
Added the OneWire and DallasTemperature libraries to
communicate with the DS18B20 thermometer on the GTS.
Unfortunately, the protocol to request the data from the
thermometer is not fast enough to be executed between the
handling of the data samples.
software/arduino/libraries/DallasTemperature/DallasTemperature.cpp [new file with mode: 0644]
software/arduino/libraries/DallasTemperature/DallasTemperature.h [new file with mode: 0644]
software/arduino/libraries/OneWire/OneWire.cpp [new file with mode: 0644]
software/arduino/libraries/OneWire/OneWire.h [new file with mode: 0644]