Design a task using the Arduino Uno based on the following requirements:
Consider the following condition
void loop()
.Your void loop()
should be as given below.
void loop()
{
while(true)
{
//In this loop, the Microcontroller is busy monitoring and performing important tasks constantly.
}
}