help in coding
Hi guys, i got an assignment in tinkercad and it concerns arduino, can someone help me make a basic circuit?

3 Replies
make separate
redLed
, blueLed
... variables
set all of them to OUTPUT
and digitalWrite({color}Led, 0)
in setup
then in loop
or use an array
using arrays works very well ik, but i think this is meant to be a beginner friendly project