ph2 2.1.0.0
|
pH 2 Click context object. More...
#include <ph2.h>
Data Fields | |
digital_out_t | st1 |
digital_out_t | st2 |
analog_in_t | adc |
i2c_master_t | i2c |
one_wire_t | ow |
float | pH_val |
float | pH_vol |
one_wire_rom_address_t | rom_addr |
uint8_t | config |
uint8_t | slave_address |
float | vref |
ph2_drv_t | drv_sel |
pH 2 Click context object.
Context object definition of pH 2 Click driver.
analog_in_t adc |
ADC module object.
uint8_t config |
Device configuration register setting.
ph2_drv_t drv_sel |
Master driver interface selector.
i2c_master_t i2c |
I2C driver object.
one_wire_t ow |
One Wire driver object.
float pH_val |
float pH_vol |
one_wire_rom_address_t rom_addr |
ROM address of device.
uint8_t slave_address |
Device slave address (used for I2C driver).
digital_out_t st1 |
Status 1 pin.
digital_out_t st2 |
Status 2 pin.
float vref |
ADC reference voltage.