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.
Dependencies: GR-PEACH_video GraphicsFramework R_BSP mbed-rtos mbed
Fork of RGA_HelloWorld by
Revision 5:ac895a9527ab, committed 2016-05-13
- Comitter:
- 1050186
- Date:
- Fri May 13 07:10:27 2016 +0000
- Parent:
- 4:ffbd2a93b02f
- Child:
- 6:6cad61e4a4c1
- Commit message:
- Change main.cpp
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 13 06:41:17 2016 +0000
+++ b/main.cpp Fri May 13 07:10:27 2016 +0000
@@ -202,8 +202,8 @@
Display.Graphics_Start(DisplayBase::GRAPHICS_LAYER_0);
lcd_cntrst.write(1.0);
+ int work_height_pos = ZOOM_MAX_NUM;
while (1) {
- int work_height_pos = ZOOM_MAX_NUM;
distance = get_distance();
/* range of use = 10-30[cm] */
if ((distance >= 10) && (distance <= 30)) {
