The data in the CSV file is given in an excel workbook, how would I stream this into Replit into a C++ file.
The suggested way of doing this is:
"This can be accessed using a Sensor_Stream class. The constructor of the Sensor_Stream the class takes a sensorId_t value which specifies the data stream to select. The following is the class constructor method Sensor_Stream(sensorId_tsensor_id).sensorId_t is defined in Sensor_Stream.h"
However, having not coded before I am not sure what this means or how to start, any help would be appreciated.