working tof sensor
Revision 1:5f79559961c7, committed 2017-09-11
- Comitter:
- andcor02
- Date:
- Mon Sep 11 16:44:05 2017 +0000
- Parent:
- 0:e6fcdb78a136
- Child:
- 2:53d8900f763c
- Commit message:
- ?
Changed in this revision
| vl53l0x_i2c_platform.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/vl53l0x_i2c_platform.cpp Tue Aug 23 05:14:05 2016 +0000
+++ b/vl53l0x_i2c_platform.cpp Mon Sep 11 16:44:05 2017 +0000
@@ -2,7 +2,7 @@
#include "vl53l0x_i2c_platform.h"
#include "vl53l0x_platform.h"
-I2C i2c(I2C_SDA, I2C_SCL);
+I2C i2c(PF_0, PF_1);
int VL53L0X_scan( void )
{