Bob Giesberts / LDC1614

Dependencies:   SHTx

Dependents:   Inductive_Sensor_3

Fork of LDC1101 by Bob Giesberts

Revision:
2:44b76f6f19d5
Parent:
1:a88df80e7664
Child:
3:bf6ac5967bd1
--- a/LDC1000.h	Wed Apr 29 14:57:22 2015 +0000
+++ b/LDC1000.h	Tue May 19 13:26:40 2015 +0000
@@ -89,7 +89,10 @@
     * - LDC_AMPLITUDE_4V
     **/
     void setOutputPower(LDC_AMPLITUDE amplitude);
-
+    
+    /** set Watchdog timer **/
+    void setWatchdog(float frequency);
+    
     private:
     void readSPI(uint8_t *data, uint8_t address, uint8_t num_bytes = 1);
     void writeSPI(uint8_t *data, uint8_t address, uint8_t num_bytes = 1);