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: mbed-rtos mbed QEI
Diff: Sensors/CakeSensor/CakeSensor.h
- Revision:
- 43:c592bf6a6a2d
- Parent:
- 9:960410a01e6b
--- a/Sensors/CakeSensor/CakeSensor.h Tue Apr 09 15:33:36 2013 +0000
+++ b/Sensors/CakeSensor/CakeSensor.h Fri Apr 12 16:24:25 2013 +0000
@@ -16,6 +16,7 @@
//float d = 5.5/(Distance()-0.13);
float d = 7.53/(Distance()-0.022);
d = (d < 6 || d > 30)? -1:d;
+
return d;
}
};