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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers global.h Source File

global.h

00001 #ifndef _GLOBAL_H_
00002 #define _GLOBAL_H_
00003 
00004 extern uint8_t  startup_state = 0;
00005 extern uint8_t  connection_status = 0;
00006 extern unsigned led1_on_count = 0;
00007 extern uint8_t  led1_on_state = 0;
00008 extern unsigned timer_counter = 0;
00009 
00010 #endif