top of page
Search


3. For loop with Arduino.
The Arduino for loop provides a mechanism to repeat a section of code depending on the value of a variable . So you set the initial value of the variable, the condition to exit the loop (testing the variable), and the action on the variable each time around the loop
info746041
Feb 23, 20221 min read


2.Interface push-button with Arduino Uno
Using components 1- Arduino Uno 2- Resistor 3- Led (Light Emitting Diode) 4-Push Button 5- Jumper wire Code Explanation void setup ()...
info746041
Feb 9, 20222 min read


1.Led blink with Arduino Uno
Using components 1- Arduino Uno 2- Resistor 3- Led (Light Emitting Diode) 4- Jumper wire LED blink Code void setup() {...
info746041
Feb 6, 20221 min read
What is Programming
1. Programming is a way to “instruct the computer to perform various tasks”. this basically means that you provide the computer a set of instructions that are written in a language that the computer can understand.
info746041
Feb 6, 20221 min read
bottom of page
