|
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 runtime state structure. More...
Data Fields | |
| bool | started |
| uint32_t | frequency |
| uint8_t | duty_cycle |
| uint8_t | resolution |
PWM runtime state structure.
| uint8_t meshx_pwm_state_t::duty_cycle |
Current duty cycle (0-100%)
| uint32_t meshx_pwm_state_t::frequency |
Current frequency in Hz
| uint8_t meshx_pwm_state_t::resolution |
Current resolution in bits
| bool meshx_pwm_state_t::started |
PWM output started flag