Shenhui Li / Mbed 2 deprecated UWB_multilat

Dependencies:   mbed

Revision:
48:9220d75f2571
Parent:
47:b6120c152ad1
--- a/main.cpp	Thu Mar 19 12:54:28 2015 +0000
+++ b/main.cpp	Thu Jun 11 11:54:29 2020 +0000
@@ -7,7 +7,7 @@
 #define myprintf    pc.printf                       // to make the code adaptable to other outputs that support printf
 
 PC              pc(USBTX, USBRX, 921600);           // USB UART Terminal
-DW1000          dw(PA_7, PA_6, PA_5, PB_6, PB_9);   // Device driver instanceSPI pins: (MOSI, MISO, SCLK, CS, IRQ)
+DW1000          dw(PA_7, PA_6, PA_5, PB_6, PB_1);   // Device driver instanceSPI pins: (MOSI, MISO, SCLK, CS, IRQ)
 MM2WayRanging   node(dw);                           // Instance of the two way ranging algorithm
 
 void rangeAndDisplayAll(){