|
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.
|
Hosted Mode GPIO Event. More...
#include <meshx_gpio_types.h>
Data Fields | |
| uint8_t | event_type |
| uint8_t | logical_pin |
| uint8_t | value |
| uint32_t | timestamp |
Hosted Mode GPIO Event.
Structure for serializing GPIO events in hosted mode.
| uint8_t meshx_gpio_hosted_event_t::event_type |
Event type (0 = level change, 1 = interrupt)
| uint8_t meshx_gpio_hosted_event_t::logical_pin |
Logical pin number
| uint32_t meshx_gpio_hosted_event_t::timestamp |
Event timestamp
| uint8_t meshx_gpio_hosted_event_t::value |
Event value (level or interrupt type)