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: HCSR04.h
- Revision:
- 1:6f9e41e319ad
- Parent:
- 0:a3bc6812cccb
- Child:
- 2:daacb9d21d73
--- a/HCSR04.h Wed Jun 03 16:56:09 2020 +0000 +++ b/HCSR04.h Wed Jun 03 17:04:17 2020 +0000 @@ -68,7 +68,7 @@ } - // Function to return the distance, should be called if "checkUpdate()" returns true + // Function to return the distance in cm, should be called if "checkUpdate()" returns true float getDistance(void); // Check for an updatet status for the measurement bool checkUpdate(void);