Bluemix Demo program

Dependencies:   WNCInterface mbed-rtos mbed

k64f.h

Committer:
root@developer-sjc-cyan-compiler.local.mbed.org
Date:
2016-11-17
Revision:
3:4b91766a3817
Parent:
0:6a929f0d0e58

File content as of revision 3:4b91766a3817:

#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