Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: capteur_cdf asservissement_robot2_Homologued_real
Diff: VL53L0X.cpp
- Revision:
- 3:ee3cae038e1f
- Parent:
- 0:cf752e491870
--- a/VL53L0X.cpp Sat Apr 27 18:40:01 2019 +0000 +++ b/VL53L0X.cpp Thu May 30 13:48:29 2019 +0000 @@ -37,6 +37,7 @@ io_timeout(0), // no timeout did_timeout(false) { + i2c.frequency(100000); } // Public Methods //////////////////////////////////////////////////////////////