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.
Fork of BCD_GUIA2 by
BCDSEG.h
00001 #ifndef BCDSEG_h 00002 #define BCDSEG_h 00003 #include "mbed.h" 00004 00005 class anodoo 00006 { 00007 public: 00008 int entrada(PinName A, PinName B, PinName C, PinName D); 00009 void visual(PinName A, PinName B, PinName C, PinName D, PinName E, PinName F, PinName G ); 00010 void bcd(int number); 00011 void dual(PinName uno, PinName dos, int unidades, int decenas, int tiempo); 00012 private: 00013 PinName _A;PinName _B; PinName _C; PinName _D; PinName _E; PinName _F; PinName _G; 00014 int Sw; 00015 00016 }; 00017 00018 #endif
Generated on Wed Jul 13 2022 11:34:27 by
1.7.2
