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

Dependencies:   MAX11410 mbed

Revision:
3:42120705a9bd
Parent:
2:39ba9beabf3c
Child:
4:c194858fe0c6
--- a/main.cpp	Wed Nov 09 01:31:22 2016 +0000
+++ b/main.cpp	Fri Nov 11 23:24:33 2016 +0000
@@ -6,6 +6,8 @@
 //  - for every device if finds, it prints the 8-bit address
 //  - if the program hangs, the bus isn't working (check pull-ups etc)
 //  - if it doesn't find your device, check power/bus wiring etc
+//
+//  - Note: if you plug / unplug devices try cycling power
 
 #include "mbed.h"