SUPScientist / smart-coasts-bathy-mapping

Low-cost, open-source bathymetric mapping (depth, GPS, angle, datalogging)
MIT License
0 stars 7 forks source link

Swap Serial.print for Log.info #9

Open SUPScientist opened 11 months ago

SUPScientist commented 11 months ago

Serial.print() statements are used throughout. Change to Log.info(): https://docs.particle.io/reference/device-os/api/logging/logging/. This could impact timing since Serial.print is not "thread safe."