Library to communicate with LDC1614

Dependencies:   SHTx

Dependents:   Inductive_Sensor_3

Fork of LDC1101 by Bob Giesberts

Revision:
34:b03d7bb9010c
Parent:
32:9712c9bdaf44
--- a/register_values.h	Sun Sep 11 15:08:43 2016 +0000
+++ b/register_values.h	Wed Sep 21 14:25:20 2016 +0000
@@ -85,6 +85,9 @@
                 AUTOSCAN_EN         = 15, \
                 RR_SEQUENCE         = 13, \
                 DEGLITCH            = 0,  \
-                CHx_INIT_IDRIVE     = 6} SETTING;
+                CHx_INIT_IDRIVE     = 6,  \
+                CHx_IDRIVE          = 11, \
+                CHx_FIN_DIVIDER     = 12, \
+                CHx_FREF_DIVIDER    = 0} SETTING;
                 
 #endif
\ No newline at end of file