What if you woke up and everything was different

Dependencies:   EthernetInterface MQTT mbed-rtos mbed

Fork of MBED-MQTT by Ryan Feeney

Revision:
0:9796509d718e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/k64f.h	Wed Feb 10 18:39:26 2016 +0000
@@ -0,0 +1,13 @@
+#ifndef K64F_H_
+#define K64F_H_
+
+typedef enum color {off, red, green, blue} color_t;
+
+Serial pc(USBTX, USBRX);
+DigitalOut redLED(LED_RED);
+DigitalOut greenLED(LED_GREEN);
+DigitalOut blueLED(LED_BLUE);
+InterruptIn switch2(SW2);
+InterruptIn switch3(SW3);
+
+#endif // K64F.H 
\ No newline at end of file