BLE demo for mbed Ported RunningElectronics's SBDBT firmware for BLE. It can communicate with iOS

Dependencies:   FatFileSystem mbed

Fork of BTstack by Norimasa Okamoto

Committer:
todotani
Date:
Thu Feb 07 14:01:01 2013 +0000
Revision:
1:6078e430af82
Child:
3:4bc438c6fc52
BLE demo for mbed; Ported SBDBT (RunningElectronics) firmware for BLE to mbed. It can communicate with iOS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
todotani 1:6078e430af82 1 #ifndef _GLOBAL_H_
todotani 1:6078e430af82 2 #define _GLOBAL_H_
todotani 1:6078e430af82 3
todotani 1:6078e430af82 4 extern uint8_t startup_state;
todotani 1:6078e430af82 5 extern uint8_t connection_status;
todotani 1:6078e430af82 6 extern unsigned led1_on_count;
todotani 1:6078e430af82 7 extern uint8_t led1_on_state;
todotani 1:6078e430af82 8 extern unsigned timer_counter;
todotani 1:6078e430af82 9
todotani 1:6078e430af82 10 #endif