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

BTstack/global.h

Committer:
todotani
Date:
2013-02-20
Revision:
6:cf06ba884429
Parent:
3:4bc438c6fc52

File content as of revision 6:cf06ba884429:

#ifndef _GLOBAL_H_
#define _GLOBAL_H_

extern uint8_t  startup_state = 0;
extern uint8_t  connection_status = 0;
extern unsigned led1_on_count = 0;
extern uint8_t  led1_on_state = 0;
extern unsigned timer_counter = 0;

#endif