Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: DW1000/DW1000.h
- 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: