Skip to content

Instantly share code, notes, and snippets.

@scls19fr
Last active May 21, 2017 06:33
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 scls19fr/ffd3085238b95b21df2dccfeaba5892a to your computer and use it in GitHub Desktop.
Save scls19fr/ffd3085238b95b21df2dccfeaba5892a to your computer and use it in GitHub Desktop.
Arduino Led blink without delay (with millis)
@scls19fr
Copy link
Author

scls19fr commented May 19, 2017

Related schematics and simulation
https://circuits.io/circuits/5006415-blink-led-without-delay/

ToDo

lit_state (state to light on) - default should be true

Led(int pin, int state);

->

Led(int pin, bool state, bool lit_state);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment