From 02588db95c4530a34fc6e126149996327763a0d2 Mon Sep 17 00:00:00 2001
From: Dado Sutter
Date: Wed, 25 Nov 2009 04:00:36 +0000
Subject: [PATCH] Minor eLua Examples fix. dualpwm.lua runs on the STM32 board
too.
---
doc/en/examples.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/en/examples.html b/doc/en/examples.html
index 612eb159..d81bcea5 100644
--- a/doc/en/examples.html
+++ b/doc/en/examples.html
@@ -52,7 +52,7 @@ return to the shell.
dualpwm.lua: because a single LED is just not enough
-Runs on: MOD711
+Runs on: MOD711, ET-STM32
Description: My MOD711 board 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.