Bob Giesberts / LDC1614

Dependencies:   SHTx

Dependents:   Inductive_Sensor_3

Fork of LDC1101 by Bob Giesberts

Revision:
3:bf6ac5967bd1
Parent:
2:44b76f6f19d5
Child:
5:98d4fd07734a
--- a/LDC1000.h	Tue May 19 13:26:40 2015 +0000
+++ b/LDC1000.h	Tue May 19 13:31:03 2015 +0000
@@ -1,6 +1,7 @@
 #ifndef _LDC1000_H_
 #define _LDC1000_H_
 
+#include "FastPWM.h"
 /**
 * @file LDC1000.h
 * @brief this header file will contain all required
@@ -106,7 +107,7 @@
     uint32_t _raw_l;
     SPI _spiport;
     DigitalOut _cs_pin;
-    PwmOut _clock;
+    FastPWM _clock;
 };
 
 #endif
\ No newline at end of file