79686528

Date: 2025-07-01 19:32:43
Score: 0.5
Natty:
Report link

I am guessing that you're issue is because you aren't giving your servo an initial value, so the pin is likely floating. Try adding

helloServo.write(360);

to the end of your void setup(), this should make the servo start at the 360 position.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zico