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:
5:5fb56e13a1f9
First edition

Who changed what in which revision?

UserRevisionLine numberNew contents of line
todotani 1:6078e430af82 1 // Replaced by LE version
todotani 1:6078e430af82 2
va009039 0:1ed23ab1345f 3 #define EMBEDDED
todotani 1:6078e430af82 4
todotani 5:5fb56e13a1f9 5 //#define ENABLE_LOG_DEBUG
todotani 1:6078e430af82 6 #define ENABLE_LOG_INFO
todotani 1:6078e430af82 7 #define ENABLE_LOG_ERROR
va009039 0:1ed23ab1345f 8
va009039 0:1ed23ab1345f 9 //#define HAVE_INIT_SCRIPT
todotani 1:6078e430af82 10 #define HAVE_TICK
va009039 0:1ed23ab1345f 11
todotani 1:6078e430af82 12 //#define HAVE_EHCILL
todotani 1:6078e430af82 13 #define HAVE_BLE
todotani 1:6078e430af82 14
todotani 1:6078e430af82 15 #define ASYNC_BUFFERS 1
todotani 1:6078e430af82 16
va009039 0:1ed23ab1345f 17
va009039 0:1ed23ab1345f 18 #define HCI_ACL_PAYLOAD_SIZE 52
va009039 0:1ed23ab1345f 19
todotani 1:6078e430af82 20 //
todotani 1:6078e430af82 21 #define MAX_NO_HCI_CONNECTIONS 1
todotani 1:6078e430af82 22 #define MAX_NO_L2CAP_SERVICES 0
todotani 1:6078e430af82 23 #define MAX_NO_L2CAP_CHANNELS 0
todotani 1:6078e430af82 24 #define MAX_NO_RFCOMM_MULTIPLEXERS 0
todotani 1:6078e430af82 25 #define MAX_NO_RFCOMM_SERVICES 0
todotani 1:6078e430af82 26 #define MAX_NO_RFCOMM_CHANNELS 0
todotani 1:6078e430af82 27 #define MAX_NO_DB_MEM_DEVICE_LINK_KEYS 2
todotani 1:6078e430af82 28 #define MAX_NO_DB_MEM_DEVICE_NAMES 0
todotani 1:6078e430af82 29 #define MAX_NO_DB_MEM_SERVICES 0