Question: What is wrong with the following code: ( Explain your choice in calculation sheet ) / / int led = 1 3 ; void setup
What is wrong with the following code:
Explain your choice in calculation sheet
int led ;
void setup
pinModeled INPUT;
void loop
digitalWriteled HIGH;
delay;
digitalWriteled LOW;
delay;
delay must be changed to delay
The led PIN should be configured as OUTPUT
void setup should be swapped with void loop
delay must be changed to delay
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
