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:
Wed Feb 20 14:18:38 2013 +0000
Revision:
6:cf06ba884429
Parent:
3:4bc438c6fc52
Change tick timer to 1ms. Change attribute 0xFFF1 as read of DigitalIn p5

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 3:4bc438c6fc52 4 extern uint8_t startup_state = 0;
todotani 3:4bc438c6fc52 5 extern uint8_t connection_status = 0;
todotani 3:4bc438c6fc52 6 extern unsigned led1_on_count = 0;
todotani 3:4bc438c6fc52 7 extern uint8_t led1_on_state = 0;
todotani 3:4bc438c6fc52 8 extern unsigned timer_counter = 0;
todotani 1:6078e430af82 9
todotani 1:6078e430af82 10 #endif