Library to use the Kaji-Lab's Electrical Simulator

Dependents:   Interference_Simple

Revision:
2:9b21e855a577
Parent:
1:48d671d82b81
Child:
3:9110712a0942
--- a/KajiLabES.cpp	Fri Feb 19 12:54:26 2016 +0000
+++ b/KajiLabES.cpp	Fri Jun 01 09:36:58 2018 +0000
@@ -35,7 +35,8 @@
     _DA_sync = 1;
     _AD_cs = 1;
 
-    return AD>>2;//bottom 2bits are unnecessary
+    //return the impedance scanned last. bottom 2bits are unnecessary
+    return AD>>2;
 }
 void KajiLabES::DAADinit()
 {