nicolás rodríguez / Mbed 2 deprecated BCD_GUIA2

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "BCDSEG.h"
00002 #include "mbed.h"
00003 
00004 int numero;
00005 
00006 int main() 
00007 {
00008         anodoo peinado;
00009         peinado.visual(D6,D7,D8,D9,D10,D11,D12);
00010         while(1)
00011     {
00012             numero = peinado.entrada(D2,D3,D4,D5);
00013             
00014            
00015             
00016                 peinado.bcd(numero);
00017                 wait(0.5);
00018                 
00019             
00020     
00021     }
00022 }