ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
rd_test_gpio_cfg_t Struct Reference

structure to configure GPIO test with input and output. These GPIOs must be physically connected on board. More...

#include <ruuvi_interface_gpio_test.h>

Data Fields

ri_gpio_id_t input
 Input pin used in test. Must be interrupt-capable. More...
 
ri_gpio_id_t output
 Output pin used in test. Must be PWM-capable. More...
 

Detailed Description

structure to configure GPIO test with input and output. These GPIOs must be physically connected on board.

Definition at line 22 of file ruuvi_interface_gpio_test.h.

Field Documentation

◆ input

ri_gpio_id_t input

Input pin used in test. Must be interrupt-capable.

Definition at line 24 of file ruuvi_interface_gpio_test.h.

◆ output

ri_gpio_id_t output

Output pin used in test. Must be PWM-capable.

Definition at line 25 of file ruuvi_interface_gpio_test.h.


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