Skip to content

Instantly share code, notes, and snippets.

@leifjones
Created August 13, 2013 14:37
Show Gist options
  • Save leifjones/6221750 to your computer and use it in GitHub Desktop.
Save leifjones/6221750 to your computer and use it in GitHub Desktop.
void update() {
pitchChange = analogRead(leftRight);
pitch = pitch + pitchChange;
volChange = analogRead(volume);
vol = vol + colChange
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment