Tobi's ubw test branch

Dependencies:   mavlink_bridge mbed

Fork of AIT_UWB_Range by Benjamin Hepp

Revision:
11:c87d37db2c6f
Parent:
10:d077bb12d259
Child:
12:985aa9843c3c
--- a/DW1000/DW1000.h	Fri Nov 21 14:33:23 2014 +0000
+++ b/DW1000/DW1000.h	Sun Nov 23 11:20:46 2014 +0000
@@ -63,7 +63,7 @@
         
         void sendString(char* message);                                                         // to send String with arbitrary length
         char* receiveString();                                                                  // to receive char string with arbitrary length (ATTENTION! you have to delete the returned memory location as "client delete[] receive;")
-        void sendFrame(uint8_t* message, int length);
+        void sendFrame(uint8_t* message, uint16_t length);
         void receiveFrame();
         
     //private: