ATT example code

Dependencies:   WNCInterface mbed-rtos mbed

Revision:
0:2bfa06d10e28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/k64f.h	Mon May 22 19:50:26 2017 +0000
@@ -0,0 +1,15 @@
+#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 
+
+