Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pwm_tool: Add support for high-speed PWM pin updates | Kevin O'Connor | 2023-11-16 | 1 | -6/+5 |
| | | | | | | | | | The output_pin module is only capable of updating an output pin at most once every 100ms. Add a new pwm_tool module that is capable of queuing updates in the micro-controller and thus allowing for much higher update rates. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | config: Don't use deprecated features in sample-pwm-tool.cfg | Kevin O'Connor | 2021-10-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add referenced config example for PWM tools (#4537) | Pascal | 2021-09-03 | 1 | -0/+57 |
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de> |