differential input adc board K64F Compatible hal freescale K64F

Dependents:   trms_helloworld AnalogIn_Diff_helloworld

Fork of AnalogIn_Diff by frederic blanc

Revision:
3:d17541ceae12
Parent:
2:ea5a4c22bd53
Child:
5:c24df4d64aa1
--- a/AnalogIn_Diff.h	Fri Dec 05 14:06:38 2014 +0000
+++ b/AnalogIn_Diff.h	Wed Dec 10 12:53:25 2014 +0000
@@ -17,7 +17,7 @@
 
 #ifndef ANALOGIN_DIFF_H
 #define ANALOGIN_DIFF_H
-
+#include "mbed.h"
 #include "mbed_assert.h"
 #include "analogin_api.h"
 #include "platform.h"
@@ -74,6 +74,8 @@
      */
     AnalogIn_Diff(int adc_ch);
 
+void test (int x);
+
     /** Destroy an AnalogIn_Diff
      */
     ~AnalogIn_Diff();