1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Minor eLua Examples fix.

dualpwm.lua runs on the STM32 board too.
This commit is contained in:
Dado Sutter 2009-11-25 04:00:36 +00:00
parent 4125feab53
commit 02588db95c

View File

@ -52,7 +52,7 @@ return to the shell.</p>
<br />
<h3>dualpwm.lua: because a single LED is just not enough</h3>
<p><strong>Runs on: </strong>MOD711</p>
<p><strong>Runs on: </strong>MOD711, ET-STM32</p>
<p><strong>Description: </strong>My <a href="http://www.sctec.com.br/content/view/101/30/">MOD711 board</a> needed a
"motherboard" for a few components (mainly the RS232-TTL level converter and a reset button) so I also added two LEDs to it, connected
to two different PWM channels. With this program, the two LEDs fade at the same type, but in different directions.</p>