Coordinator v2

Dependencies:   NerfUSXbee PinDetect EthernetInterface JSON MFRC522 WebSocketClient mbed-rtos mbed

Revision:
1:e1c5259b7d9a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ports.cpp	Mon Apr 10 15:02:24 2017 -0400
@@ -0,0 +1,6 @@
+#include "ports.hpp"
+
+Serial pc(USBTX, USBRX);
+DigitalOut leds[4] = {
+    DigitalOut(LED1), DigitalOut(LED2), DigitalOut(LED3), DigitalOut(LED4)
+};
\ No newline at end of file