-
Notifications
You must be signed in to change notification settings - Fork 2
General
Arduino sketch to show some of the general functionality of the DSFamily library.
No special processor-dependent calls are used and thus this sketch should run on any of the Arduino systems. The serial port speed defaults to 115200 baud.
All Maxim DS-Family thermometers on the 1-wire link are initialized and the resultant temperature readings are displayed on the serial port. The program then waits 10 seconds and re-runs the same code again with a lower precision setting. Once the minimum precision has been reached the program starts with the highest precision for the next run.
Overview
Installation
Class Instantiation
ScanForDevices()
ReadDeviceTemp()
DeviceStartConvert()
GetDeviceResolution()
SetDeviceResolution()
Calibrate()
GetDeviceCalibration()
SetDeviceCalibration()
GetDeviceROM()
crc8()
MinTemperature()
MaxTemperature()
AvgTemperature()
StdDevTemperature()