Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-dsp mbed-rtos mbed
ble_mini.h@0:85385a11b2da, 2015-12-12 (annotated)
- Committer:
- mgolino
- Date:
- Sat Dec 12 01:22:30 2015 +0000
- Revision:
- 0:85385a11b2da
Audio Reactive Infinity Mirror
Who changed what in which revision?
| User | Revision | Line number | New 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 |