Skip to content

Instantly share code, notes, and snippets.

@s-celles
Last active May 21, 2017 06:33
Show Gist options
  • Save s-celles/ffd3085238b95b21df2dccfeaba5892a to your computer and use it in GitHub Desktop.
Save s-celles/ffd3085238b95b21df2dccfeaba5892a to your computer and use it in GitHub Desktop.
Arduino Led blink without delay (with millis)
@s-celles
Copy link
Author

s-celles 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