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