DW1000 UWB driver based on work of Matthias Grob & Manuel Stalder - ETH Zürich - 2015

Dependencies:   BurstSPI

Revision:
7:b13881dbb09d
Parent:
6:2c77afdf7367
Child:
8:0b408e77b701
diff -r 2c77afdf7367 -r b13881dbb09d DW1000.cpp
--- a/DW1000.cpp	Mon Apr 11 14:45:44 2016 +0000
+++ b/DW1000.cpp	Wed Apr 13 09:07:14 2016 +0000
@@ -1,6 +1,6 @@
 #include "DW1000.h"
 
-#define SPIRATE_PLL (5*1000*1000)
+#define SPIRATE_PLL (10*1000*1000)
 #define SPIRATE_OSC (2*1000*1000)
 
 DW1000::DW1000(UWBMode setup, PinName MOSI, PinName MISO, PinName SCLK, PinName CS, PinName IRQ) : irq(IRQ), spi(MOSI, MISO, SCLK), cs(CS)