-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm trying to make a simple array to set the referenced IOs as Output and at the same time turn them high.
This seems to work for many GPIOs but others seem not to react, even after the array loop, trying to explicitly do it like this:
digitalWrite(41, HIGH);
digitalWrite(48, HIGH);I'm not sure this is a bug but I can certainly turn all GPIOs high in a physical board.
To Reproduce
https://wokwi.com/projects/401153784260252673
Expected behavior
Leds being lit when the connected IO is set as output and turned on high.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working