Sample program for 3 sensors using polling in autonomous mode.
Dependencies: X_NUCLEO_53L1A2
Diff: main.cpp
- Revision:
- 14:18b1d64f6c01
- Parent:
- 13:a7113560e4cd
--- a/main.cpp Sun Jun 20 12:21:44 2021 +0000 +++ b/main.cpp Wed Jun 23 07:39:46 2021 +0000 @@ -1,6 +1,7 @@ /* * This VL53L1CB Expansion board test application performs range measurements - * using the onboard embedded sensor, in polling mode. + * using the onboard embedded (centre) sensor, and Left & Right satellites, + * in polling mode. * Measured ranges are ouput on the Serial Port, running at 115200 baud. * * This is designed to work with MBed v2.x, & MBedOS v5.x / v6.x.