First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
48:c5cd73d93045
Parent:
47:8fe84f455571
Child:
50:dfcd7bd87114
Child:
54:4274186bf584
--- a/LEDDriver.h	Wed May 09 09:06:38 2018 +0000
+++ b/LEDDriver.h	Wed May 09 10:08:32 2018 +0000
@@ -17,7 +17,7 @@
     int codedMessage4[20];
     int directions[8];
     Queue<int,8>* queue;
-    DigitalOut leds[8];
+    DigitalOut *leds[8];
     int currentLocation;
     
     /**prep for eventual multithreading