Arduino: Simple and Effective Strategies to Learn Arduino Programming by Daniel Jones

Arduino: Simple and Effective Strategies to Learn Arduino Programming by Daniel Jones

Author:Daniel Jones [Jones, Daniel]
Language: eng
Format: azw3
Published: 2017-08-20T04:00:00+00:00


Void loop()

{// the LEDs will be turned on in order one by one

digitalWrite(PinkL1, HIGH);

Delay(50);

digitalWrite(PinkL2, HIGH);

delay(50);

digitalWrite(PinkL3, HIGH);

Delay(50);

digitalWrite(PinkL4, HIGH);

Delay(50);

// each LED is turned off in order

digitalWrite(PinkL1, LOW);

Delay(50);

digitalWrite(PinkL2, LOW);

Delay(50);

digitalWrite(PinkL3, LOW);

Delay(50);

digitalWrite(PinkL4, LOW);

}

Even though this code works well, there are a lot of mistakes that are visible and we need to fix this.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.