Easy Training / Teach

Dependents:   Teach_demo Easyfit

Revision:
3:b896dc38386f
Parent:
2:a6d12e229ad3
Child:
4:b0a7cc9ff8d4
--- a/teach.cpp	Wed May 06 11:40:39 2020 +0000
+++ b/teach.cpp	Sun May 10 16:06:45 2020 +0000
@@ -12,6 +12,7 @@
 
     lowcount = 0, highcount = 0;            //sets startvalue
     data_vec.clear();
+    store.init();
 }
 
 void teach::setstart(float posx,float posy,float posz, int time)