test program to power up two MAX11410 ADCs and check the inputs of ADC1. Uses MAX11410 library.

Dependencies:   mbed MAX11410

Fork of MAX11410-test by Dan Allen

Revision:
14:87e9a40d39e7
Parent:
13:02c28a5a26c0
Child:
15:3cd408f99547
--- a/main.cpp	Sat Feb 23 01:03:39 2019 +0000
+++ b/main.cpp	Sat Feb 23 01:04:23 2019 +0000
@@ -98,7 +98,7 @@
 
     
     
-    int filterdiv = 4; //this is the divisor in the IIR channel filter. 
+    //int filterdiv = 4; //this is the divisor in the IIR channel filter. 
 //    It adds 1/filterdiv of the difference between the new sample and the average to the new average
 //    This is integer math, so I am sticking to multiples of 2 for now.
     int32_t checksum2 =0;