Sample ranging application, using X_Nucleo_53L3A2 expansion board and supporting Satellite boards, to ranging from each sensor, using interrupts. Targetting MbedOS v6.10.
Dependencies: X_NUCLEO_53L3A2
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:5b8a91c3bafc | 2021-05-11 | johnAlexander | Optimise performance. |
6:cf009c2392fe | 2021-05-11 | johnAlexander | Update bundled expansion board class. |
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. |