código guía 2 sesión 1

Dependencies:   mbed

Fork of bdc_7seg by sergio burbano

main.cpp

Committer:
grupo3
Date:
2017-08-12
Revision:
0:a638e4f36df2
Child:
2:7dcd61e90e19

File content as of revision 0:a638e4f36df2:

//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);
    }
    
    
}