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

Dependencies:   FatFileSystem TB6612FNG2 mbed

Fork of JBB_BTLE_Test by Jksoft Blue mbed Board Developer

Revision:
1:6078e430af82
Parent:
0:1ed23ab1345f
--- a/BTstack/btstack/run_loop.h	Tue Jun 26 14:27:45 2012 +0000
+++ b/BTstack/btstack/run_loop.h	Thu Feb 07 14:01:01 2013 +0000
@@ -39,7 +39,7 @@
 
 #include "config.h"
 
-#include <btstack/linked_list.h>
+#include "btstack/linked_list.h"
 
 #include <stdint.h>
 
@@ -50,11 +50,11 @@
 #if defined __cplusplus
 extern "C" {
 #endif
-	
+    
 typedef enum {
-	RUN_LOOP_POSIX = 1,
-	RUN_LOOP_COCOA,
-	RUN_LOOP_EMBEDDED
+    RUN_LOOP_POSIX = 1,
+    RUN_LOOP_COCOA,
+    RUN_LOOP_EMBEDDED
 } RUN_LOOP_TYPE;
 
 typedef struct data_source {