Makrodefinitionen | |
#define | DS1820_CMD_SKIP_ROM 0xCC |
#define | DS1820_CMD_CONVERT_T 0x44 |
#define | DS1820_CMD_READ_SCRATCHPAD 0xBE |
#define | DS1820_CMD_WRITE_SCRATCHPAD 0x4E |
#define | DS1820_CMD_COPY_SCRATCHPAD 0x48 |
#define | DS1820_CMD_RECALL_E2 0xB8 |
#define | DS1820_CMD_READ_POWER_SUPPLY 0xB4 |
command codes for DS18x20
#define DS1820_CMD_CONVERT_T 0x44 |
#define DS1820_CMD_COPY_SCRATCHPAD 0x48 |
#define DS1820_CMD_READ_POWER_SUPPLY 0xB4 |
#define DS1820_CMD_READ_SCRATCHPAD 0xBE |
#define DS1820_CMD_RECALL_E2 0xB8 |
#define DS1820_CMD_SKIP_ROM 0xCC |
#define DS1820_CMD_WRITE_SCRATCHPAD 0x4E |