|
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.
|
MeshX IO Factory. More...
Go to the source code of this file.
Data Structures | |
| struct | meshx::IoConfig |
| IO Configuration Structure. More... | |
| class | meshx::MeshXIoFactory |
| IO Factory Class. More... | |
Namespaces | |
| namespace | meshx |
Enumerations | |
| enum class | meshx::IoType { meshx::GPIO , meshx::PWM , meshx::ADC , meshx::DAC , meshx::CUSTOM } |
| IO Type enumeration. More... | |
MeshX IO Factory.
This file defines the IO factory for creating IO instances based on configuration.