From 7065bf98720d596488e321b571e391218955a10c Mon Sep 17 00:00:00 2001 From: Andrei Aldea <andrei1998@gmail.com> Date: Mon, 20 May 2024 13:35:25 -0500 Subject: [PATCH] Added as per JK comments --- boards/beagley/ai/demos/Using-PWM.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/beagley/ai/demos/Using-PWM.rst b/boards/beagley/ai/demos/Using-PWM.rst index 267f862c..f61881f9 100644 --- a/boards/beagley/ai/demos/Using-PWM.rst +++ b/boards/beagley/ai/demos/Using-PWM.rst @@ -1,6 +1,6 @@ .. _beagley-ai-pwm: -.. note:: This page is a work in progress. Further testing and images will be added soon +.. todo:: This page is a work in progress. Further testing and images will be added soon Pulse Width Modulation (PWM) @@ -74,7 +74,7 @@ Now execute it by typing: .. code:: console - bash shade.sh + bash fade.sh .. image:: ../images/gpio/pwm.gif :align: center @@ -84,6 +84,9 @@ Now execute it by typing: Troubleshooting ******************* +.. todo:: Fill out empty section Going Further ******************* + +.. todo:: Fill out empty section \ No newline at end of file -- GitLab