differential input adc board K64F Compatible hal freescale K64F
Dependents: trms_helloworld AnalogIn_Diff_helloworld
Fork of AnalogIn_Diff by
Diff: AnalogIn_Diff.h
- Revision:
- 6:f39be15f056c
- Parent:
- 5:c24df4d64aa1
diff -r c24df4d64aa1 -r f39be15f056c AnalogIn_Diff.h
--- a/AnalogIn_Diff.h Tue Jan 05 09:47:53 2016 +0000
+++ b/AnalogIn_Diff.h Thu Jan 07 08:34:27 2016 +0000
@@ -30,7 +30,7 @@
#include "fsl_device_registers.h"
#include "fsl_interrupt_manager.h"
-#define VERSION_ADC_DIFF "2016_01_04"
+#define VERSION_ADC_DIFF "2016_01_07"
#define MAX_ADC 2
#if FSL_FEATURE_ADC_HAS_DIFF_MODE
@@ -75,7 +75,6 @@
*/
AnalogIn_Diff(int adc_ch);
-void test (int x);
/** Destroy an AnalogIn_Diff
*/
frederic blanc

ADC DIFF K64F