|
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 Configuration Header. More...
#include <meshx_gpio_types.h>
Data Fields | |
| uint8_t | version |
| uint8_t | pin_count |
| uint16_t | crc16 |
| uint8_t | reserved [3] |
GPIO Configuration Header.
This structure is used for serialized GPIO configuration storage in KV Engine with versioning and CRC validation.
| uint16_t meshx_gpio_config_header_t::crc16 |
CRC16 checksum (compatible with KV Engine)
| uint8_t meshx_gpio_config_header_t::pin_count |
Number of configured pins
| uint8_t meshx_gpio_config_header_t::reserved[3] |
Reserved for future use
| uint8_t meshx_gpio_config_header_t::version |
Format version (1)