Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 }
Generated on Mon Jul 18 2022 03:22:44 by
1.7.2