VL53L3CX Ranging example, using X_NUCLEO_53L3A2 expansion shield, and interrupts. Targeted at MbedOS v6.10.0.
Dependencies: X_NUCLEO_53L3A2
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:c45f88444970 | 2021-05-10 | johnAlexander | Updated comments. |
7:bd1ddfbee3ef | 2021-05-10 | johnAlexander | Code tidy up & reformatting. |
6:4bc839979c55 | 2021-05-07 | johnAlexander | Reformat to coding styles. |
5:92a861d48253 | 2021-05-07 | johnAlexander | Reformatted with astyle, to mbed contributing guidelines. |
4:360dc34c3769 | 2021-05-07 | johnAlexander | Small code reformat. |
3:42c96c9c627b | 2021-05-04 | johnAlexander | Use published expansion board library, with enclosed sensor class.; Target MbedOS v6.10. |
2:86876e590f28 | 2020-10-19 | charlesmn | name changes only |
1:672bc64f50a2 | 2020-10-14 | charlesmn | Sample program that reads from 3 VL53L3 ToF sensors in interrupt mode and outputs the data to the serial port at 115200 baud. Mbed V6.3 version. |
0:c77591fc308d | 2020-10-13 | charlesmn | Example program of of interrupt driven collection of data from up to 3 VL53L3 sensors returning range data and outputting it to serial port at 115200 baud. |