All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

pH OEM sensor params More...

Detailed Description

pH OEM sensor params

Definition at line 111 of file ph_oem.h.

#include <ph_oem.h>

Data Fields

i2c_t i2c
 I2C device the sensor is connected to.
 
uint8_t addr
 the slave address of the sensor on the I2C bus
 
gpio_t interrupt_pin
 interrupt pin (GPIO_UNDEF if not defined)
 
gpio_mode_t gpio_mode
 gpio mode of the interrupt pin
 
ph_oem_irq_option_t irq_option
 behavior of the interrupt pin, disabled by default
 

Field Documentation

◆ addr

uint8_t ph_oem_params::addr

the slave address of the sensor on the I2C bus

Definition at line 113 of file ph_oem.h.

◆ gpio_mode

gpio_mode_t ph_oem_params::gpio_mode

gpio mode of the interrupt pin

Definition at line 115 of file ph_oem.h.

◆ i2c

i2c_t ph_oem_params::i2c

I2C device the sensor is connected to.

Definition at line 112 of file ph_oem.h.

◆ interrupt_pin

gpio_t ph_oem_params::interrupt_pin

interrupt pin (GPIO_UNDEF if not defined)

Definition at line 114 of file ph_oem.h.

◆ irq_option

ph_oem_irq_option_t ph_oem_params::irq_option

behavior of the interrupt pin, disabled by default

Definition at line 116 of file ph_oem.h.


The documentation for this struct was generated from the following file: