|
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 PWM Concrete Implementation. More...
#include "../inc/meshx_io_interface.hpp"#include "../inc/meshx_io_types.hpp"#include "../../interface/gpio/meshx_pwm.h"#include "../../interface/gpio/meshx_gpio_types.h"#include "../../inc/meshx_err.h"#include <cstring>#include <vector>Data Structures | |
| class | meshx::MeshXPwmImpl |
| Concrete PWM Implementation Class. More... | |
Namespaces | |
| namespace | meshx |
Functions | |
| std::unique_ptr< MeshXIoInterface > | meshx::createPwmInstance (uint8_t logical_pin, const char *name) |
| Factory function for creating PWM instances. | |
MeshX PWM Concrete Implementation.
This file implements the concrete PWM class that inherits from MeshXIoInterface and provides PWM operations.