Kod:
#include <deneyap.h>
#include <ServoESP32.h>

Servo servo_D2;

void setup() {
servo_D2.attach(D2);
...