Audio Reactive Infinity Mirror

Dependencies:   mbed-dsp mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ble_mini.h Source File

ble_mini.h

00001 #ifndef  _BLE_MINI_H
00002 #define _BLE_MINI_H
00003 #include "mbed.h"
00004 //Command List
00005 //valid port:1,2,3,4
00006 #define BLE_CONNECTED       0x00
00007 #define LIGHTS_OFF_SWITCH   0x01 
00008 #define IR_SWITCH           0x02
00009 #define MIC_SWITCH          0x03 
00010 #define AUX_SWITCH          0x04
00011 #define MANUAL_SWITCH       0x05 
00012 #define STROBE_SPEED        0x06
00013 #define COLOR_SELECT        0x07 
00014 
00015 #endif
00016