aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-pwm-tool.cfg
Commit message (Collapse)AuthorAgeFilesLines
* pwm_tool: Add support for high-speed PWM pin updatesKevin O'Connor2023-11-161-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.cfgKevin O'Connor2021-10-241-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add referenced config example for PWM tools (#4537)Pascal2021-09-031-0/+57
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>