Version 3.0: Switching to newer LDC1614 which is placed on the same PCB.

Dependencies:   Bob DS1825 LDC1614 LDC1101 SDFileSystem mbed

Fork of Inductive_Sensor by Bob Giesberts

Revision:
16:b53721840a38
Parent:
15:5de8394fdb3c
Child:
17:a4700b1c3c37
--- a/main.cpp	Wed Aug 24 07:43:33 2016 +0000
+++ b/main.cpp	Wed Aug 24 10:31:32 2016 +0000
@@ -59,7 +59,7 @@
 
 
 // load libraries
-Bob bob( _LED_PROCESS, _SD_ENABLE, _SD_PRESENT, _BATTERY, _BUTTON );            
+Bob bob( _LED_PROCESS, _LED_ERROR, _BUTTON, _SD_PRESENT, _BATTERY );
 Serial pc(USBTX, USBRX);
 
 // timer variables
@@ -318,7 +318,7 @@
         delete thermometer; thermometer = NULL;     // unload library to be able to power down completely
         bob.beforesleep();
         
-        // if the battery is almost empty (Vbatt < 3.10 V), the termometer stops 
+        // if the battery is almost empty (Vbatt < 3.10 V), the thermometer stops 
         // working well and L can not be corrected. So just shut down...
         if( bob.battery() < 3.10f )
         {