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.
Diff: ui.cpp
- Branch:
- envelope
- Revision:
- 14:9672e91010a3
- Parent:
- 13:6850d2b41b2c
- Child:
- 15:5dd07840023c
--- a/ui.cpp Fri Mar 02 08:53:17 2018 +0000
+++ b/ui.cpp Tue Mar 06 08:35:40 2018 +0000
@@ -111,10 +111,6 @@
pattern.x = pattern.xStart;
pattern.y = pattern.yStart;
pattern.z += pattern.zStep;
- platform.to(0,0,0);
- platform.set_speed(1);
- platform.reset();
- platform.set_speed(2.5);
}
else{
pattern.state = NONE;
@@ -131,7 +127,7 @@
{
if(pattern.count-- <= 0) pattern.state = TO;
getMag++;
-// wait(0.01);
+ wait(waitTime);
}
}
if(isEcho)
@@ -247,7 +243,8 @@
}
else if(dataArray[1] == 'N')
{
- pattern.num = (int)dataArray[2];
+ pattern.num = (int)((dataArray[2]<<8)+dataArray[3]);
+ waitTime = 1.0/Fs-0.00052-1/(BAUD/8/10);
}
else if(dataArray[1] == 'M')
{