aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Using_PWM_Tools.md
Commit message (Collapse)AuthorAgeFilesLines
* pwm_tool: Add support for high-speed PWM pin updatesKevin O'Connor2023-11-161-9/+1
| | | | | | | | | 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>
* docs: Match Single Blank Line Above and Below A TitleYifei Ding2021-11-191-1/+1
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Add referenced config example for PWM tools (#4537)Pascal2021-09-031-1/+1
| | | Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-0/+2
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* output_pin: Support setting max_duration (#3995)Pascal P2021-03-261-0/+67
Also added documentation for using powered tools. Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>