HexLeds

Revision:
0:be215ed59257
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jun 22 08:53:25 2018 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "HexLeds.h"
+
+HexLeds hexleds(LED1, LED2, LED3, LED4);
+ 
+int main() 
+{
+   hexleds.input();     
+   hexleds.output();     
+   hexleds.hexOut();      
+   hexleds.printStatus(); 
+}
\ No newline at end of file