Skip to content

Instantly share code, notes, and snippets.

@GiovanniBalestrieri
Created July 30, 2015 16:16
Show Gist options
  • Select an option

  • Save GiovanniBalestrieri/6c1fe6a2f7316cf3da38 to your computer and use it in GitHub Desktop.

Select an option

Save GiovanniBalestrieri/6c1fe6a2f7316cf3da38 to your computer and use it in GitHub Desktop.
Saving CSV data from Arduino to Matlab
void printCSVomega()
{
Serial.print("A,");
Serial.print(x);
Serial.print(",");
Serial.print(y);
Serial.print(",");
Serial.print(z);
Serial.println(",Z");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment