Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Last active November 23, 2017 04:27
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 esmarr58/c41ecf305f3383cddac32aad298882ad to your computer and use it in GitHub Desktop.
Save esmarr58/c41ecf305f3383cddac32aad298882ad to your computer and use it in GitHub Desktop.
byte cicloTrabajo = 0;
void setup() {
}
void loop() {
analogWrite(3,cicloTrabajo);
cicloTrabajo++;
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment