#include <Servo.h> Servo servo; #define pot A5 int val; void setup() { servo.attach(3); } void loop() { gerak(); }