megan gimple / Mbed 2 deprecated OCE360_Final_Project

Dependencies:   mbed MMA8452Q MS5837 SDFileSystem SCI_SENSOR

Revision:
38:46975eaa1400
Parent:
37:7bb14ad22d78
Child:
39:f2f0308ebecd
--- a/main.cpp	Wed Dec 08 22:16:44 2021 +0000
+++ b/main.cpp	Wed Dec 08 22:18:10 2021 +0000
@@ -193,7 +193,7 @@
 
     //Code from Licht
     //Sample code shows how to read temperature and light data:
-    //BLE.printf("Temperature: %f   Light: %f\r\n",temp.temp(), light.light());
+    BLE.printf("Temperature: %f   Light: %f\r\n",temp.temp(), light.light());
 
     //Sample code shows how to read pressure sensor
     //BLE.printf("Depth: %f Pressure: %f Temperature: %f\r\n", p_sensor.depth(), p_sensor.MS5837_Pressure(), p_sensor.MS5837_Temperature());