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.
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 private: 00012 PinName _A;PinName _B; PinName _C; PinName _D; PinName _E; PinName _F; PinName _G; 00013 int Sw; 00014 00015 }; 00016 00017 #endif
Generated on Mon Jul 18 2022 03:22:44 by
1.7.2