Skip to content

Instantly share code, notes, and snippets.

@wero1414
Created October 20, 2018 15:45
Show Gist options
  • Save wero1414/174d1b45a5373e41fa149e6da0ac246c to your computer and use it in GitHub Desktop.
Save wero1414/174d1b45a5373e41fa149e6da0ac246c to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("A1,0,0,804.04,37.60,46.55,-32.09,77.14,-16044,192,-4992,-889,-575,-173,19.688168,-100.559210,-40");
delay(2000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment