Skip to main content

Enum Adt7410.Registers

Enumeration of register addresses for the ADT7410 temperature sensor.

Assembly: Adt7410.dll
View Source
Declaration
public enum Adt7410.Registers : byte

Fields

TEMPMSB

Temperature MSB Register. Contains the most significant byte of the temperature data.

View Source
Declaration
TEMPMSB = 0

TEMPLSB

Temperature LSB Register. Contains the least significant byte of the temperature data.

View Source
Declaration
TEMPLSB = 1

STATUS

Status Register. Provides the current status of the sensor, including flags for various error conditions.

View Source
Declaration
STATUS = 2

CONFIG

Configuration Register. Used for configuring the sensor, such as setting the resolution and operating mode.

View Source
Declaration
CONFIG = 3

ID

ID Register. Contains the identification value of the sensor, typically used to verify the sensor model.

View Source
Declaration
ID = 11

RESET

Reset Register. Writing to this register will reset the sensor to its default state.

View Source
Declaration
RESET = 47