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.
Fork of DecaWave by
Diff: DW1000/DW1000.h
- Revision:
- 12:985aa9843c3c
- Parent:
- 11:c87d37db2c6f
- Child:
- 17:8afa5f9122da
--- a/DW1000/DW1000.h Sun Nov 23 11:20:46 2014 +0000 +++ b/DW1000/DW1000.h Sun Nov 23 14:34:31 2014 +0000 @@ -70,8 +70,10 @@ // Interrupt void (*callbackRX) (); void ISR(); - + + void loadLDE(); // load the leading edge detection algorithm to RAM, [IMPORTANT because receiving malfunction may ocur] see User Manual LDELOAD on p22 & p158 void resetRX(); + void resetAll(); // SPI Inteface SPI spi; // SPI Bus