Loading...
Searching...
No Matches

ADCxx1C params. More...

Detailed Description

ADCxx1C params.

Definition at line 101 of file adcxx1c.h.

#include <adcxx1c.h>

Data Fields

i2c_t i2c
 i2c device
 
uint8_t addr
 i2c address
 
uint8_t bits
 resolution
 
uint8_t cycle
 conversion interval
 
gpio_t alert_pin
 alert pin (GPIO_UNDEF if not connected)
 
int16_t low_limit
 alert low value
 
int16_t high_limit
 alert high value
 
int16_t hysteresis
 alert hysteresis
 

Field Documentation

◆ addr

uint8_t adcxx1c_params::addr

i2c address

Definition at line 103 of file adcxx1c.h.

◆ alert_pin

gpio_t adcxx1c_params::alert_pin

alert pin (GPIO_UNDEF if not connected)

Definition at line 106 of file adcxx1c.h.

◆ bits

uint8_t adcxx1c_params::bits

resolution

Definition at line 104 of file adcxx1c.h.

◆ cycle

uint8_t adcxx1c_params::cycle

conversion interval

Definition at line 105 of file adcxx1c.h.

◆ high_limit

int16_t adcxx1c_params::high_limit

alert high value

Definition at line 108 of file adcxx1c.h.

◆ hysteresis

int16_t adcxx1c_params::hysteresis

alert hysteresis

Definition at line 109 of file adcxx1c.h.

◆ i2c

i2c_t adcxx1c_params::i2c

i2c device

Definition at line 102 of file adcxx1c.h.

◆ low_limit

int16_t adcxx1c_params::low_limit

alert low value

Definition at line 107 of file adcxx1c.h.


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