My current setup consists of a MicroMod Machine learning board and a SparkFun LCD. I am trying to figure out what order to code things so that the board records the acceleration due to gravity, displays it to the LCD screen, and saves that data to the on board SD card. Is it necessary to print to the serial monitor first and then convert? Thank you.
You can print the value directly on your LCD. Printing the value on the serial monitor first has some advantages. By looking at the serial monitor you can be sure that your setup is working properly.
I currently do print to LCD screen. My issue is in the procedure for saving from the accelerometer to the on board SD card.