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.
Revision 1:b424b6de3632, committed 2018-05-30
- Comitter:
- hypark
- Date:
- Wed May 30 02:35:43 2018 +0000
- Parent:
- 0:f03a985dcde2
- Commit message:
- 1
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 30 02:32:18 2018 +0000
+++ b/main.cpp Wed May 30 02:35:43 2018 +0000
@@ -8,7 +8,7 @@
{ u_sen.startMeas(); //거리 측정
wait(0.1);
u_sen.getMeas(dist); //m단위 변환
- pc.printf("DIST %0.2fm \r\n",dist); //출력
+ pc.printf("DIST %0.2fm \r\n",dist); //출력
wait(0.2); // delay 200 ms
}
}