Library to use the Kaji-Lab's Electrical Simulator

Dependents:   Interference_Simple

Revision:
3:9110712a0942
Parent:
2:9b21e855a577
--- a/KajiLabES.cpp	Fri Jun 01 09:36:58 2018 +0000
+++ b/KajiLabES.cpp	Thu Nov 08 09:42:29 2018 +0000
@@ -38,7 +38,7 @@
     //return the impedance scanned last. bottom 2bits are unnecessary
     return AD>>2;
 }
-void KajiLabES::DAADinit()
+void KajiLabES::init()
 {
     //Setup SPI, 16bit, falling edge, 48MHz clock
     _spiDAAD.format(16, 2);