ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
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... | |
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.
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.
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.