000

Dependencies:   BSP_B-L475E-IOT01

Revision:
2:0e0dbbf22676
Parent:
1:78c7a2c90fcd
Child:
3:e3446fb7ca12
--- a/main.cpp	Wed Oct 26 03:29:12 2022 +0000
+++ b/main.cpp	Thu Oct 27 18:15:42 2022 +0800
@@ -1,5 +1,4 @@
 #include "mbed.h"
-
 // Sensors drivers present in the BSP library
 #include "stm32l475e_iot01_tsensor.h"
 #include "stm32l475e_iot01_hsensor.h"
@@ -28,6 +27,7 @@
 
     while(1) {
         printf("\nNew loop, LED1 should blink during sensor read\n");
+      
 
         led = 1;