- Wed Dec 18, 2013 2:47 am
#5475
I cannot figure out how to log data on the SD card to test something out.
I added the following under the void loop in the datalogger.ino folder:
logOBDData(PID_RPM);
logOBDData(PID_SPEED);
logOBDData(PID_THROTTLE);
My SD_CS_PIN is 10
However theres no files that get created on the sd card. Am I missing something?
I added the following under the void loop in the datalogger.ino folder:
logOBDData(PID_RPM);
logOBDData(PID_SPEED);
logOBDData(PID_THROTTLE);
My SD_CS_PIN is 10
However theres no files that get created on the sd card. Am I missing something?