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

Dependencies:   BurstSPI

Revision:
13:8718966cd81e
Parent:
12:da4b09aff6af
Child:
15:6faab70a5b19
--- a/DW1000.h	Tue Mar 28 15:18:36 2017 +0000
+++ b/DW1000.h	Tue Mar 28 15:49:42 2017 +0000
@@ -170,6 +170,7 @@
     void getFullQualityMetrics(uint16_t *std_noise, uint16_t *fp_amp1, uint16_t *fp_amp2, uint16_t *fp_amp3,
                                uint16_t *cir_pwr, uint16_t *preAmbleAcc, uint16_t *preAmbleAcc_NoSat);
 
+    void getFullLEDMetrics(uint16_t *led_thresh, uint16_t *led_ppindx, uint16_t *led_ppampl);
 
 protected:
 
@@ -326,7 +327,6 @@
             return readRegister16(DW1000_LDE_CTRL,DWLDE_LDE_THRESH);
     }
 
-
     /** Get the LDE Peak path amplitude
     * @return the Leading edge detection peak path amplitude value
     */