|
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.
|
GPIO Event Payload (Engine -> Host, async). More...
#include <meshx_serial.h>
Data Fields | |
| uint8_t | event_type |
| uint8_t | logical_pin |
| uint8_t | value |
| uint8_t | reserved |
| uint32_t | timestamp |
GPIO Event Payload (Engine -> Host, async).
| uint8_t mxsp_gpio_evt_payload_t::event_type |
Event type (mxsp_gpio_evt_t)
| uint8_t mxsp_gpio_evt_payload_t::logical_pin |
Logical pin number
| uint8_t mxsp_gpio_evt_payload_t::reserved |
Reserved for alignment
| uint32_t mxsp_gpio_evt_payload_t::timestamp |
Event timestamp (ms since boot)
| uint8_t mxsp_gpio_evt_payload_t::value |
Event value