Interface for Dallas DS18B20 digital thermometer device.

Dependents:   WIZ550io_Xively_Demo ESP8266-WEB-Mbed-Controller BrewCtrl Brew_Keg ... more

Embed: (wiki syntax)

« Back to documentation index

DS18B20::ScratchPad_t Struct Reference

DS18B20::ScratchPad_t Struct Reference

Device onboard register layout (for reference only, not currently used) More...

#include <DS18B20.h>

Data Fields

uint8_t LSB
 LSB of converted temperature.
uint8_t MSB
 MSB of converted temperature.
uint8_t Th
 Threshold for high alarm.
uint8_t Tl
 Threshold for low alarm.
uint8_t config
 Conversion resultion.
uint8_t CRC
 CRC check byte.

Detailed Description

Device onboard register layout (for reference only, not currently used)

Definition at line 68 of file DS18B20.h.


Field Documentation

uint8_t config

Conversion resultion.

Definition at line 73 of file DS18B20.h.

uint8_t CRC

CRC check byte.

Definition at line 77 of file DS18B20.h.

uint8_t LSB

LSB of converted temperature.

Definition at line 69 of file DS18B20.h.

uint8_t MSB

MSB of converted temperature.

Definition at line 70 of file DS18B20.h.

uint8_t Th

Threshold for high alarm.

Definition at line 71 of file DS18B20.h.

uint8_t Tl

Threshold for low alarm.

Definition at line 72 of file DS18B20.h.