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: main.cpp
- Revision:
- 6:e57f9887ad02
- Parent:
- 5:c0d6d490dd5b
- Child:
- 7:882edb5f9466
--- a/main.cpp Tue May 24 20:21:58 2016 +0000
+++ b/main.cpp Wed May 25 09:16:13 2016 +0000
@@ -25,7 +25,7 @@
vcalcData(&stSensData, &stWinkelData);
//vLCDSetDebug(stSensData.wSensX,stSensData.wSensY,stSensData.wSensZ);
vLCDSet(stWinkelData.i16WinkelX, stWinkelData.i16WinkelY);
- wait_ms(1000);
+ //wait_ms(1000);
}
return 0;
}