Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Teach_demo Easyfit
Diff: teach.cpp
- Revision:
- 6:6c3d0a838b6c
- Parent:
- 5:658665f56b9c
- Child:
- 7:6b3201dd07d0
--- a/teach.cpp Wed May 13 19:57:21 2020 +0000 +++ b/teach.cpp Wed May 20 19:49:29 2020 +0000 @@ -12,7 +12,7 @@ lowcount = 0, highcount = 0; //sets startvalue data_vec.clear(); - store.init(); + //store.init(); } void teach::setstart(float posx,float posy,float posz, int time) @@ -73,6 +73,7 @@ void teach::save(string name) { tr_name = name; + store.LoeschenDatenblock(tr_name); // deleats existing datablock from sd-card store.ErstellenDatenblock(tr_name);