Loading...
Searching...
No Matches

Internal addresses, registers, constants for jc42 sensors. More...

Detailed Description

Internal addresses, registers, constants for jc42 sensors.

Author
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net

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)
 

Macro Definition Documentation

◆ JC42_BUS_FREE_TIME_US

#define JC42_BUS_FREE_TIME_US   (1U)

Definition at line 44 of file jc42_internal.h.

◆ JC42_REG_CAP

#define JC42_REG_CAP   (0x00)

Definition at line 30 of file jc42_internal.h.

◆ JC42_REG_CONFIG

#define JC42_REG_CONFIG   (0x01)

Definition at line 31 of file jc42_internal.h.

◆ JC42_REG_DEVICEID

#define JC42_REG_DEVICEID   (0x07)

Definition at line 37 of file jc42_internal.h.

◆ JC42_REG_MANID

#define JC42_REG_MANID   (0x06)

Definition at line 36 of file jc42_internal.h.

◆ JC42_REG_TEMP

#define JC42_REG_TEMP   (0x05)

Definition at line 35 of file jc42_internal.h.

◆ JC42_REG_TEMP_CRITICAL

#define JC42_REG_TEMP_CRITICAL   (0x04)

Definition at line 34 of file jc42_internal.h.

◆ JC42_REG_TEMP_LOWER

#define JC42_REG_TEMP_LOWER   (0x03)

Definition at line 33 of file jc42_internal.h.

◆ JC42_REG_TEMP_UPPER

#define JC42_REG_TEMP_UPPER   (0x02)

Definition at line 32 of file jc42_internal.h.