Centro de Controle de Motores

Dependencies:   TextLCD mbed

Revision:
1:d94be0bcadcc
Parent:
0:fc9c0d1b575d
Child:
2:46bbc8fadd10
--- a/main.cpp	Wed Mar 09 14:05:11 2022 +0000
+++ b/main.cpp	Wed Mar 09 14:05:43 2022 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         led = 1; //LED on
-        wait(0.002);
+        wait(1);
         led = 0; //LED off
-        wait(0.002);
+        wait(1);
     }
 }
\ No newline at end of file