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.
Loading...
Searching...
No Matches
meshx_pwm_impl.cpp File Reference

MeshX PWM Concrete Implementation. More...

Data Structures

class  meshx::MeshXPwmImpl
 Concrete PWM Implementation Class. More...

Namespaces

namespace  meshx

Functions

std::unique_ptr< MeshXIoInterfacemeshx::createPwmInstance (uint8_t logical_pin, const char *name)
 Factory function for creating PWM instances.

Detailed Description

MeshX PWM Concrete Implementation.

This file implements the concrete PWM class that inherits from MeshXIoInterface and provides PWM operations.

Author
MeshX Team
Date
2024