Register definitions for SHTCX devices. More...
Register definitions for SHTCX devices.
Definition in file shtcx_regs.h.
Go to the source code of this file.
Macros | |
#define | SHTCX_ID (0x07) /* ID Mask */ |
SHTCX default ID. | |
SHTCX registers | |
#define | SHTCX_CRC (0x31) |
crc polynomial | |
#define | SHTCX_MEASURE_CLOCK_STRETCHING_TEMP_HIGH (0x7C) |
Clock stretching enable high. | |
#define | SHTCX_MEASURE_CLOCK_STRETCHING_TEMP_LOW (0xA2) |
Clock stretching disable high. | |
#define | SHTCX_COMMAND_RESET_HIGH (0x80) |
Reset command high. | |
#define | SHTCX_COMMAND_RESET_LOW (0x5D) |
Reset command low. | |
#define | SHTCX_COMMAND_ID_HIGH (0xEF) |
Get ID command low. | |
#define | SHTCX_COMMAND_ID_LOW (0xC8) |
Get ID command low. | |
#define SHTCX_COMMAND_ID_HIGH (0xEF) |
Get ID command low.
Definition at line 36 of file shtcx_regs.h.
#define SHTCX_COMMAND_ID_LOW (0xC8) |
Get ID command low.
Definition at line 37 of file shtcx_regs.h.
#define SHTCX_COMMAND_RESET_HIGH (0x80) |
Reset command high.
Definition at line 34 of file shtcx_regs.h.
#define SHTCX_COMMAND_RESET_LOW (0x5D) |
Reset command low.
Definition at line 35 of file shtcx_regs.h.
#define SHTCX_CRC (0x31) |
crc polynomial
Definition at line 31 of file shtcx_regs.h.
#define SHTCX_ID (0x07) /* ID Mask */ |
SHTCX default ID.
Definition at line 43 of file shtcx_regs.h.
#define SHTCX_MEASURE_CLOCK_STRETCHING_TEMP_HIGH (0x7C) |
Clock stretching enable high.
Definition at line 32 of file shtcx_regs.h.
#define SHTCX_MEASURE_CLOCK_STRETCHING_TEMP_LOW (0xA2) |
Clock stretching disable high.
Definition at line 33 of file shtcx_regs.h.