|
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 Implementation. More...
Namespaces | |
| namespace | meshx |
Functions | |
| std::unique_ptr< MeshXIoInterface > | meshx::createGpioInstance (uint8_t logical_pin, const char *name) |
| Factory function for creating GPIO instances. | |
| std::unique_ptr< MeshXIoInterface > | meshx::createPwmInstance (uint8_t logical_pin, const char *name) |
| Factory function for creating PWM instances. | |
MeshX IO Factory Implementation.
This file implements the IO factory for creating IO instances.