b'Open the Arduino IDEConnect the RedBoard to a USB port on your computer. Open the Sketch: File > Examples > SIK-Guide-Code-master > CIRCUIT_1A-BLINK Select UPLOAD to program the sketch on the RedBoard.ArduinoFileEdit Sketch Tools HelpNewOpenOpen RecentSketchbookExamples 01.BasicsClose 02.DigitalSave 03.AnalogSave As 04.CommunicationPage Setup 05.ControlPrint 06.Sensors07.Display08.Strings09.USB10.Starter KitArduinoISPSIK-Guide-Code-master SIK_Circuit_1A-BlinkSIK_Circuit_1A-PotentiometerSIK_Circuit_1A-PhotoresistorSIK_Circuit_1A-RGBNightlightSIK_Circuit_1A-BuzzerSIK_Circuit_1A-DigitalTrumpetSIK_Circuit_1A-SimonSaysW H AT Y O U S H O U L D S E EThe LED will flash on for two seconds, then off for two seconds. If it doesnt, make sure you have assembled the circuit correctly and verified and uploaded the code to your board. See the Troubleshooting section at the end of this circuit if that doesnt work. One of the best ways to understand the code you uploaded is to change something and see how it affects the behavior of your circuit. What happens when you change the number in one or both of thedelay(2000); lines of code (try 100 or 5000)? 16 : circuit 1a'