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.
Diff: BCDSEG.h
- Revision:
- 0:aa27a09e44d2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/BCDSEG.h Sat Aug 19 21:49:33 2017 +0000
@@ -0,0 +1,16 @@
+#ifndef BCDSEG_h
+#define BSDSEG_h
+#include "mbed.h"
+
+class And
+{
+ public:
+ int entrada(PinName a,PinName b,PinName c,PinName d);
+ void ve(PinName a,PinName b,PinName c,PinName d,PinName e,PinName f,PinName g,PinName h,PinName i,PinName j,PinName k,PinName l);
+ void bcd(float number);
+ private:
+ PinName a_;PinName b_;PinName c_;PinName d_;PinName e_;PinName f_;PinName g_;PinName h_;PinName i_;PinName j_;PinName k_;PinName l_;
+ int dipS;
+};
+
+#endif
\ No newline at end of file