Sample Program to demonstrate use of three VL53L3CX sensors on F401 and x-nucleo board. Uses polling. MBed 6. Uses Ayoub's Ranging library.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:f74c066a9d05 | 2021-07-22 | charlesmn | I had changed the name of X_NUCLEO_53L3CX but not the repository where it is store. This fixes. |
3:9129850679e6 | 2021-07-21 | charlesmn | Change name of directory to X_NUCLEO_53L3CX |
2:b1af0870b56a | 2021-07-21 | charlesmn | Correct NumberOfZones issue and fix printing of results |
1:638ad0a69df4 | 2021-07-20 | charlesmn | Use the NumberOfZones member to know if data is in the VL53L3CX_Result_t structure |
0:619be236cb7c | 2021-07-14 | charlesmn | Using Ayoubs Ranging library. Mbed6. |