hh

Dependents:   VL53L0X-mbedOS-master VL53L0X-mbedOS-masterbb

Files at this revision

API Documentation at this revision

Comitter:
mohamedachour
Date:
Tue Apr 23 14:27:07 2019 +0000
Parent:
1:5f79559961c7
Commit message:
xc

Changed in this revision

vl53l0x_api.c Show annotated file Show diff for this revision Revisions of this file
vl53l0x_i2c_platform.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5f79559961c7 -r a1dffa1ff38a vl53l0x_api.c
--- a/vl53l0x_api.c	Mon Sep 11 16:44:05 2017 +0000
+++ b/vl53l0x_api.c	Tue Apr 23 14:27:07 2019 +0000
@@ -1,5 +1,5 @@
 /*******************************************************************************
- Copyright © 2016, STMicroelectronics International N.V.
+ Copyright � 2016, STMicroelectronics International N.V.
  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without
diff -r 5f79559961c7 -r a1dffa1ff38a vl53l0x_i2c_platform.cpp
--- a/vl53l0x_i2c_platform.cpp	Mon Sep 11 16:44:05 2017 +0000
+++ b/vl53l0x_i2c_platform.cpp	Tue Apr 23 14:27:07 2019 +0000
@@ -2,7 +2,7 @@
 #include "vl53l0x_i2c_platform.h"
 #include "vl53l0x_platform.h"
 
-I2C i2c(PF_0, PF_1);
+I2C i2c(PTE0, PTE1);
 
 int VL53L0X_scan( void )
 {