Proximity sensor mqtt version
Dependencies: MQTT-JMF WNCInterface mbed-rtos mbed
Fork of WNCInterface_MQTT_hivemq by
k64f.h
- Committer:
- elmkom
- Date:
- 2016-09-27
- Revision:
- 2:29a6a34179ce
- Parent:
- 0:73334e2a82be
File content as of revision 2:29a6a34179ce:
#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
Rick McConney
