-
-
Save GiovanniBalestrieri/6c1fe6a2f7316cf3da38 to your computer and use it in GitHub Desktop.
Saving CSV data from Arduino to Matlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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