Advertisement
Liamnugent123

Untitled

Dec 9th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void loop() {
  2. for (int i = 0; i < 5; i++) {
  3. pinMode(led[i], OUTPUT);
  4. //TODO write code here
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement