|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Output configuration parameters. More...
Public Attributes | |
| float | duty = 0.0f |
| Initial duty cycle ratio (0.0 to 1.0). | |
| int | hpoint = 0 |
| High point in the PWM cycle. | |
| bool | output_invert = false |
| Invert the output signal. | |
| enum sleep_mode | sleep_mode = sleep_mode::no_alive_no_pd |
| Behavior during light sleep. | |
| float idfxx::pwm::output_config::duty = 0.0f |
| int idfxx::pwm::output_config::hpoint = 0 |
| enum sleep_mode idfxx::pwm::output_config::sleep_mode = sleep_mode::no_alive_no_pd |