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: tracking_ball_0516 tracking_ball_0516
Diff: Circle_Buffer_Class.cpp
- Revision:
- 4:82765e1fd9db
- Parent:
- 2:a668eb71516b
- Child:
- 7:fd405402ff8c
diff -r 57962324a4a0 -r 82765e1fd9db Circle_Buffer_Class.cpp
--- a/Circle_Buffer_Class.cpp Sat May 29 09:28:16 2021 +0000
+++ b/Circle_Buffer_Class.cpp Sat May 29 12:58:14 2021 +0000
@@ -35,7 +35,7 @@
while(tem==this->Read_Index)
{
//
- wait(0.100);
+ ThisThread::sleep_for(100);
count++;
if(count>10) break;
}