briantdavis / EAS_BBB_DataAcquisition

EAS data acquisition using BeagleBone Black
GNU General Public License v2.0
6 stars 10 forks source link

Change cal_data output string format #31

Closed marsfan closed 5 years ago

marsfan commented 5 years ago

BME280.cpp now outputs cal_data string to display the calibration string in the same format as the other parts of the header.

This will simplify the code that parses the data found within this file.

As I do not have a test bench, I cannot confirm that the code functions properly, we will need to perform a test before we can confirm that this works.