Fork of VL53L1CB_shield_1sensor_polling_multizon, for mbed-cli trialling.

Dependencies:   X_NUCLEO_53L1CB

Files at this revision

API Documentation at this revision

Comitter:
charlesmn
Date:
Sun Nov 08 15:06:04 2020 +0000
Parent:
2:ef5e40bad526
Commit message:
MBed V6.4 version number has been updated.

Changed in this revision

X_NUCLEO_53L1CB.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_53L1CB.lib	Sun Nov 08 14:05:14 2020 +0000
+++ b/X_NUCLEO_53L1CB.lib	Sun Nov 08 15:06:04 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/ST-Expansion-SW-Team/code/X_NUCLEO_53L1CB/#4c77be1be0e3
+https://os.mbed.com/teams/ST-Expansion-SW-Team/code/X_NUCLEO_53L1CB/#ac8e3765ece8
--- a/main.cpp	Sun Nov 08 14:05:14 2020 +0000
+++ b/main.cpp	Sun Nov 08 15:06:04 2020 +0000
@@ -25,7 +25,7 @@
 
 
 static XNucleo53L1A1 *board=NULL;
-#if (MBED_VERSION  > 60100) 
+#if (MBED_VERSION  > 60300) 
 UnbufferedSerial  pc(SERIAL_TX, SERIAL_RX); 
 extern "C" void wait_ms(int ms);
 #else
@@ -181,7 +181,7 @@
 }   
 
         
-#if (MBED_VERSION  > 60100)
+#if (MBED_VERSION  > 60300)
 extern "C" void wait_ms(int ms)
  {
     thread_sleep_for(ms);