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.
Diff: vl53l0x_i2c_platform.cpp
- Revision:
- 2:74763ee81c17
- Parent:
- 1:5f79559961c7
--- a/vl53l0x_i2c_platform.cpp Mon Sep 11 16:44:05 2017 +0000
+++ b/vl53l0x_i2c_platform.cpp Tue Mar 26 16:43:25 2019 +0000
@@ -2,7 +2,7 @@
#include "vl53l0x_i2c_platform.h"
#include "vl53l0x_platform.h"
-I2C i2c(PF_0, PF_1);
+I2C i2c(PB_9, PB_8);
int VL53L0X_scan( void )
{