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-10
Revision:
3:4bc438c6fc52
Parent:
1:6078e430af82

File content as of revision 3:4bc438c6fc52:

#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