código guía 2 sesión 1

Dependencies:   mbed

Fork of bdc_7seg by sergio burbano

Revision:
0:a638e4f36df2
Child:
2:7dcd61e90e19
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Aug 12 20:51:41 2017 +0000
@@ -0,0 +1,19 @@
+//codigo correspondiente guia 2 primera sesion
+//sergio alejandro Burbano
+//daniel paez
+//wilmer alejandro pardo
+#include "BCD_SEC.h"
+
+int numero;
+int main()          {
+ anodo comd; 
+ comd.visual(D6,D7,D8,D9,D10,D11,D12);
+    while(1) {
+ numero=comd.entrada(D2,D3,D4,D5);
+comd.BDC(numero);
+wait(0.3);
+    }
+    
+    
+}
+