Loading...
Searching...
No Matches

ADS101x/111x alert params. More...

Detailed Description

ADS101x/111x alert params.

Definition at line 79 of file ads101x.h.

#include <ads101x.h>

Data Fields

i2c_t i2c
 i2c device
 
uint8_t addr
 i2c address
 
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
 

Field Documentation

◆ addr

uint8_t ads101x_alert_params::addr

i2c address

Definition at line 81 of file ads101x.h.

◆ alert_pin

gpio_t ads101x_alert_params::alert_pin

alert pin (GPIO_UNDEF if not connected)

Definition at line 82 of file ads101x.h.

◆ high_limit

int16_t ads101x_alert_params::high_limit

alert high value

Definition at line 84 of file ads101x.h.

◆ i2c

i2c_t ads101x_alert_params::i2c

i2c device

Definition at line 80 of file ads101x.h.

◆ low_limit

int16_t ads101x_alert_params::low_limit

alert low value

Definition at line 83 of file ads101x.h.


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