Internal addresses, registers, constants for jc42 sensors. More...
Internal addresses, registers, constants for jc42 sensors.
Definition in file jc42_internal.h.
Go to the source code of this file.
JC42 register addresses | |
#define | JC42_REG_CAP (0x00) |
#define | JC42_REG_CONFIG (0x01) |
#define | JC42_REG_TEMP_UPPER (0x02) |
#define | JC42_REG_TEMP_LOWER (0x03) |
#define | JC42_REG_TEMP_CRITICAL (0x04) |
#define | JC42_REG_TEMP (0x05) |
#define | JC42_REG_MANID (0x06) |
#define | JC42_REG_DEVICEID (0x07) |
JC42 constants | |
#define | JC42_BUS_FREE_TIME_US (1U) |
#define JC42_BUS_FREE_TIME_US (1U) |
Definition at line 44 of file jc42_internal.h.
#define JC42_REG_CAP (0x00) |
Definition at line 30 of file jc42_internal.h.
#define JC42_REG_CONFIG (0x01) |
Definition at line 31 of file jc42_internal.h.
#define JC42_REG_DEVICEID (0x07) |
Definition at line 37 of file jc42_internal.h.
#define JC42_REG_MANID (0x06) |
Definition at line 36 of file jc42_internal.h.
#define JC42_REG_TEMP (0x05) |
Definition at line 35 of file jc42_internal.h.
#define JC42_REG_TEMP_CRITICAL (0x04) |
Definition at line 34 of file jc42_internal.h.
#define JC42_REG_TEMP_LOWER (0x03) |
Definition at line 33 of file jc42_internal.h.
#define JC42_REG_TEMP_UPPER (0x02) |
Definition at line 32 of file jc42_internal.h.