Register definitions for the Atlas Scientific pH OEM sensor. More...
Register definitions for the Atlas Scientific pH OEM sensor.
Definition in file ph_oem_regs.h.
Go to the source code of this file.
#define | PH_OEM_DEVICE_TYPE_ID 0x01 |
Device ID of the PH_OEM_REG_DEVICE_TYPE register of a pH OEM sensor. | |
enum | ph_oem_reg { PH_OEM_REG_DEVICE_TYPE = 0x00, PH_OEM_REG_FIRMWARE_VERSION = 0x01, PH_OEM_REG_UNLOCK = 0x02, PH_OEM_REG_ADDRESS = 0x03, PH_OEM_REG_INTERRUPT = 0x04, PH_OEM_REG_LED = 0x05, PH_OEM_REG_HIBERNATE = 0x06, PH_OEM_REG_NEW_READING = 0x07, PH_OEM_REG_CALIBRATION_BASE = 0x08, PH_OEM_REG_CALIBRATION_REQUEST = 0x0C, PH_OEM_REG_CALIBRATION_CONFIRM = 0x0D, PH_OEM_REG_TEMP_COMPENSATION_BASE = 0x0E, PH_OEM_REG_TEMP_CONFIRMATION_BASE = 0x12, PH_OEM_REG_PH_READING_BASE = 0x16 } |
Atlas Scientific pH OEM register addresses. More... | |
typedef enum ph_oem_reg | ph_oem_reg_t |
Atlas Scientific pH OEM register addresses. More... | |
typedef enum ph_oem_reg ph_oem_reg_t |
Atlas Scientific pH OEM register addresses.
All registers in the pH OEM are 8 bit wide and transmitted MSB first.
enum ph_oem_reg |
Atlas Scientific pH OEM register addresses.
All registers in the pH OEM are 8 bit wide and transmitted MSB first.
Definition at line 32 of file ph_oem_regs.h.