Skip to main content

Enum Th02.Registers

Register addresses in the Grove TH02 sensor.

Assembly: Th02.dll
View Source
Declaration
public enum Th02.Registers

Fields

Status

Status register

View Source
Declaration
Status = 0

DataHigh

High byte of the data register

View Source
Declaration
DataHigh = 1

DataLow

Low byte of the data register

View Source
Declaration
DataLow = 2

Config

Address of the configuration register

View Source
Declaration
Config = 3

ID

Address of the ID register

View Source
Declaration
ID = 17