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

Dependencies:   FatFileSystem TB6612FNG2 mbed

Fork of BTstackLE by Ken Todotani

Committer:
jksoft
Date:
Mon May 12 14:24:35 2014 +0000
Revision:
7:3ed1e36587d4
Parent:
3:4bc438c6fc52
First edition

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