-
Notifications
You must be signed in to change notification settings - Fork 2
ThermometersFound
Arnd edited this page Dec 12, 2020
·
3 revisions
This public variable is set to the number of devices discovered during the ScanForDevices() call and is undefined before the call. It may not be modified.
const uint8_t ONE_WIRE_PIN = 8; // 1-Wire microLAN pin
DSFamily_Class ds(ONE_WIRE_PIN); // Instantiate
ds.ScanForDevices(); // find all devices
Serial.print("Found "); // display results
Serial.println(ds.ThermometersFound);
Overview
Installation
Class Instantiation
ScanForDevices()
ReadDeviceTemp()
DeviceStartConvert()
GetDeviceResolution()
SetDeviceResolution()
Calibrate()
GetDeviceCalibration()
SetDeviceCalibration()
GetDeviceROM()
crc8()
MinTemperature()
MaxTemperature()
AvgTemperature()
StdDevTemperature()