Nile DwyerFeb 28, 20191 min read[Arduino Blink] Nile DwyerCode: int button = 13; int redLED = 12; int yellowLED = 11; int greenLED = 10; int redPedLED = 9; //Ped = pedestrian int greenPedLED = 8;...
Craig GalloFeb 28, 20191 min read[Arduino Lights] Stop aH AHHhh ahhbyte butt=0; int red=13; int yellow=12; int green=11; int rd=8; int gr=6; int i=0; void setup() { pinMode(red, OUTPUT); pinMode(yellow,...
Twinkle DesaiFeb 28, 20191 min read[Arduino Blink Quiz] int button = 2; int redLED = 13; int yellowLED = 12; int greenLED = 11; int stoppLED = 7; //Ped = pedestrian int goLED = 6; int...
Sophia ChanFeb 28, 20191 min read[Arduino Blink] Sophia Chanint button = 13; int greenC = 12; int yellowC = 11; int redC = 10; int greenP = 9; int redP = 8; int buttonDelay = 800; int lightDelay =...