BTstack Bluetooth stack

Dependencies:   mbed USBHost

USBホストライブラリを変更しました。

  • Bluetoothマウス(VGP-BMS33)での動作を確認しました。mouse_demo.cpp
Revision:
1:b657594559be
Parent:
0:1ed23ab1345f
--- a/BTstack/btstack/hal_tick.h	Tue Jun 26 14:27:45 2012 +0000
+++ b/BTstack/btstack/hal_tick.h	Thu Mar 21 13:53:05 2013 +0000
@@ -40,6 +40,14 @@
 
 #include <stdint.h>
 
+#if defined __cplusplus
+extern "C" {
+#endif
+
 void hal_tick_init(void);
 void hal_tick_set_handler(void (*tick_handler)(void));
 int  hal_tick_get_tick_period_in_ms(void);
+
+#if defined __cplusplus
+}
+#endif