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::ROM_Code_t Union Reference

DS18B20::ROM_Code_t Union Reference

Holds 8-byte internal ROM. More...

#include <DS18B20.h>


Detailed Description

Holds 8-byte internal ROM.

Definition at line 58 of file DS18B20.h.


Field Documentation

uint8_t CRC

CRC check byte.

Definition at line 63 of file DS18B20.h.

uint8_t familyCode

Family Code.

Definition at line 61 of file DS18B20.h.

uint8_t serialNo[6]

Serial Number.

Definition at line 62 of file DS18B20.h.