Saving AS7262 data to SD card

Hi all,

I’m pretty inexperienced at Arduino coding. I am working with the AS7262 sensor from SparkFun with the MUX board. I can get it to take readings and print serially with sensor.takeMeasurementsWithBulb(); & sensor.printMeasurements();

Now I am trying to write the sensor measurements to a SD card, but I am getting errors every time. I am able to write to the SD card manually but can’t get the sensor data. Does anyone have any suggestions?