JBBoardに接続したモーター2つをRCBControllerでコントロールするテストです。

Dependencies:   FatFileSystem TB6612FNG2 mbed

Fork of BTstackLE by Ken Todotani

BTstack/global.h

Committer:
jksoft
Date:
2014-05-12
Revision:
7:3ed1e36587d4
Parent:
3:4bc438c6fc52

File content as of revision 7:3ed1e36587d4:

#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