Hi,
I'm very new to Arduino.
I have created a program for controlling servo movements based on face detection in python, the angles are sent through USB to Arduino.
but I need to control 5 servos at a time, So how can I control all servos at real-time,
How can I read serial data from USB (while doing another process while executing a for loop ), is it possible to multithread in Arduino UNO?