Skip to content

Instantly share code, notes, and snippets.

@ddefb
Created March 5, 2019 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddefb/8fa8baa8af9b36aec69166e3407ffd8e to your computer and use it in GitHub Desktop.
Save ddefb/8fa8baa8af9b36aec69166e3407ffd8e to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(9600);
Robo__controller_reset(&mem);
pinMode(A0, OUTPUT);
pinMode(A1, INPUT);
digitalWrite(A0, LOW);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment