ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Go to the source code of this file.
Functions | |
rd_status_t | rt_gpio_init (void) |
initialise GPIO. Pins are in high-Z state by default. More... | |
bool | rt_gpio_is_init (void) |
check that GPIO is initialized. More... | |
GPIO control.
Definition in file ruuvi_task_gpio.h.
rd_status_t rt_gpio_init | ( | void | ) |
initialise GPIO. Pins are in high-Z state by default.
RUUVI_DRIVER_SUCCESS |
bool rt_gpio_is_init | ( | void | ) |
check that GPIO is initialized.