I am currently completing a project that requires the use of small SG90 Servo motors.
Is there any simulator and/or application that I can use to see the results of any code from a hardware perspective. For instance, TinkerCad has a simple Arduino simulator that translates code and circuitry into an animation, and I was looking for something similar.
Third + for Wokwi. They even managed to simulate the disfunction when you use Neopixels, Servos, and IR in the same sketch, which I consider to be pretty darn good!
The demo is the best advert for using a library. In many pot positions both servos show jitter, in some rather more than just a little.
I assume this is due to the inability for plain code to properly create the PWM waveform without having a few or more microseconds of variation pulse to pulse.