|
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.
|
Test state for tracking PWM operations. More...
Data Fields | |
| bool | pwm_initialized |
| bool | pwm_started [256] |
| uint32_t | pwm_frequencies [256] |
| uint8_t | pwm_duty_cycles [256] |
| uint8_t | pwm_resolutions [256] |
| uint8_t | pwm_channels [256] |
Test state for tracking PWM operations.
| uint8_t pwm_test_state_t::pwm_channels[256] |
| uint8_t pwm_test_state_t::pwm_duty_cycles[256] |
| uint32_t pwm_test_state_t::pwm_frequencies[256] |
| bool pwm_test_state_t::pwm_initialized |
| uint8_t pwm_test_state_t::pwm_resolutions[256] |
| bool pwm_test_state_t::pwm_started[256] |