saveScratchPad()
Sends command to one or more devices to save values from scratchpad to EEPROM. sensors.saveScratchPad(deviceAddress)sensors: a variable of type DallasTemperature.
deviceAddress: pointer to an 8 byte array containing the address or 0x0 - then sent to all devices. Default 0x0
bool - true if no errors were encountered, false indicates failure
Corrections and documentation improvements are accepted via fork & pull-request on GitHub. Suggestions and feature requests are welcome to the Forum.
The text of the Z-Uno reference is based on Arduino Reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.