|
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.
|
PWM configuration structure. More...
Data Fields | |
| uint8_t | logical_pin |
| uint32_t | frequency |
| uint8_t | duty_cycle |
| uint8_t | resolution |
| uint8_t | channel |
PWM configuration structure.
| uint8_t meshx_pwm_config_t::channel |
Hardware channel number
| uint8_t meshx_pwm_config_t::duty_cycle |
Duty cycle (0-100%)
| uint32_t meshx_pwm_config_t::frequency |
PWM frequency in Hz
| uint8_t meshx_pwm_config_t::logical_pin |
Logical pin number
| uint8_t meshx_pwm_config_t::resolution |
Resolution in bits