Closed ploewestud closed 4 weeks ago
Is it possible, to use Float-Values for the duty cycle? Thank you!
I think you mean the c++ interface. You can use a c++ type cast. Eg.
float f; (uint32_t) f or static_cast(f)
Since the PWM is generated by software, decimal places after the comma are not useful.
Is it possible, to use Float-Values for the duty cycle? Thank you!