Sample program for 3 sensors using polling in autonomous mode.

Dependencies:   X_NUCLEO_53L1A2

Files at this revision

API Documentation at this revision

Comitter:
johnAlexander
Date:
Wed Jun 23 07:39:46 2021 +0000
Parent:
13:a7113560e4cd
Child:
15:2d88428ecb44
Commit message:
Use board class with no shield files removed.

Changed in this revision

X_NUCLEO_53L1A2.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_53L1A2.lib	Sun Jun 20 12:21:44 2021 +0000
+++ b/X_NUCLEO_53L1A2.lib	Wed Jun 23 07:39:46 2021 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/ST-Expansion-SW-Team/code/X_NUCLEO_53L1A2/#7f3717ad9007
+https://os.mbed.com/teams/ST-Expansion-SW-Team/code/X_NUCLEO_53L1A2/#4301bff86c4a
--- 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.