|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Test state for tracking GPIO operations. More...
Data Fields | |
| uint8_t | pin_levels [256] |
| bool | pin_initialized [256] |
| meshx_gpio_mode_t | pin_modes [256] |
| bool | gpio_initialized |
| uint8_t | pin_modes [256] |
| bool | interrupt_registered [256] |
| int | interrupt_counts [256] |
Test state for tracking GPIO operations.
| bool gpio_test_state_t::gpio_initialized |
| int gpio_test_state_t::interrupt_counts[256] |
| bool gpio_test_state_t::interrupt_registered[256] |
| bool gpio_test_state_t::pin_initialized |
| uint8_t gpio_test_state_t::pin_levels |
| meshx_gpio_mode_t gpio_test_state_t::pin_modes[256] |
| uint8_t gpio_test_state_t::pin_modes[256] |