Audio Reactive Infinity Mirror

Dependencies:   mbed-dsp mbed-rtos mbed

Infinity Mirror Project Page https://developer.mbed.org/users/mgolino/notebook/infinity-mirror/

Committer:
mgolino
Date:
Sat Dec 12 01:22:30 2015 +0000
Revision:
0:85385a11b2da
Audio Reactive Infinity Mirror

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mgolino 0:85385a11b2da 1 #ifndef _BLE_MINI_H
mgolino 0:85385a11b2da 2 #define _BLE_MINI_H
mgolino 0:85385a11b2da 3 #include "mbed.h"
mgolino 0:85385a11b2da 4 //Command List
mgolino 0:85385a11b2da 5 //valid port:1,2,3,4
mgolino 0:85385a11b2da 6 #define BLE_CONNECTED 0x00
mgolino 0:85385a11b2da 7 #define LIGHTS_OFF_SWITCH 0x01
mgolino 0:85385a11b2da 8 #define IR_SWITCH 0x02
mgolino 0:85385a11b2da 9 #define MIC_SWITCH 0x03
mgolino 0:85385a11b2da 10 #define AUX_SWITCH 0x04
mgolino 0:85385a11b2da 11 #define MANUAL_SWITCH 0x05
mgolino 0:85385a11b2da 12 #define STROBE_SPEED 0x06
mgolino 0:85385a11b2da 13 #define COLOR_SELECT 0x07
mgolino 0:85385a11b2da 14
mgolino 0:85385a11b2da 15 #endif
mgolino 0:85385a11b2da 16