class library to access fischertechnik interfaces via USB

Dependencies:   FatFileSystem mbed myBlueUSB neigbourhood rfcomm sdp

Revision:
1:4676e8b9b357
Parent:
0:7da612835693
--- a/ftlib/ftusb.h	Wed Jun 15 19:12:25 2011 +0000
+++ b/ftlib/ftusb.h	Mon Mar 11 08:04:37 2013 +0000
@@ -31,7 +31,10 @@
     void ConnectionComplete(connection_info* info) ;
     void ConnectDevices();
     virtual void Callback(HCI_CALLBACK_EVENT c, const u8* data, int len);
+    int csr_write_bd_addr(BD_ADDR *bdaddr, bool transient=true);
+    int csr_reset_device(bool transient=true);
 };
 
 extern BTApp Bluetooth;
+extern bool tx_emulation;
 #endif