PROGRAMA DE PRUEBA DEL PWM OPERANDO EN TIEMPO REAL. PARA PROBARLO LO HACEMOS TRABAJAR EN TIEMPO COMPARTIDO CON LA OSCILACION DEL LED ROJO Y NINGUNO DE LOS DOS PERTURBA EL OTRO, FUNCIONA MUY BIEN, USELO CON SEGURIDAD, EVIDENTEMENTE SE CUMPLE SU OPERACION EN TIEMPO REAL

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tony63
Date:
Wed Sep 30 07:31:27 2015 +0000
Parent:
0:cc4327bd1c20
Commit message:
pwm en tiempo real se prueba oscilando led 1 y pwm en pta13 funciona ok uselo con seguridad

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r cc4327bd1c20 -r 9af98ee93979 main.cpp
--- a/main.cpp	Wed Sep 30 07:28:54 2015 +0000
+++ b/main.cpp	Wed Sep 30 07:31:27 2015 +0000
@@ -1,4 +1,3 @@
-#include "mbed.h"
 #include "mbed.h"
  
 PwmOut led(PTA13);