Main

Dependencies:   mbed

Revision:
4:9e935689c3c4
Parent:
3:f80e65dd4ee3
Child:
5:eb2e43da141c
--- a/main.cpp	Mon Jan 13 17:20:26 2020 +0000
+++ b/main.cpp	Mon Jan 13 17:21:21 2020 +0000
@@ -59,4 +59,9 @@
     for(int i=sizeof (x) << 3; i; i--)
         putchar('0' + ((x>>(i-1))&1));
     printf("\n");
+}
+
+void nibbleLeds(int value)
+{
+    myleds = value%16;
 }
\ No newline at end of file