A sample program to control one VL53L1 ToF sensor in multizone mode using polling to find out if a measurement is available. Mbed V6.3 but will run any MBed version by dropping replacing this one. Maint6 release.
Dependencies: X_NUCLEO_53L1A2
Diff: main.cpp
- Revision:
- 9:0a3e1affe004
- Parent:
- 8:8f6490937346
- Child:
- 10:17d61466185f
--- a/main.cpp Fri May 07 08:54:46 2021 +0000 +++ b/main.cpp Fri May 07 13:45:18 2021 +0000 @@ -8,6 +8,13 @@ * * * The Reset button can be used to restart the program. + * + * *** Note : + * Default Mbed build system settings disable print floating-point support. + * Offline builds can enable this, again. + * https://github.com/ARMmbed/mbed-os/blob/master/platform/source/minimal-printf/README.md + * .\mbed-os\platform\mbed_lib.json + * */ #include <stdio.h>