digitalWrite(?,?)
(pin, HIGH/LOW)
Mode
OUTPUT or INPUT
delay(?,?)
(ms)
Value
HIGH or LOW
digital read(?)
(pin)
what is the main programming language of Arduino?
pinMode(?,?)
(pin,mode)
What is the purpose of the setup() and loop() functions in Arduino programming?
The setup() function in Arduino programming is used for initialization tasks, setting up pins, and configuring parameters, while the loop() function contains the main code that runs repeatedly in a continuous loop during the execution of the program.
three essential components of a robot?
the controller- brain (run by a computer program)
mechanical parts- motors...
sensors- to tell the robot about its surroundings
Name one main component on an Arduino board.
Microcontroller