#include <ESP32Servo.h>
#define pinBoton 32
#define pinServo 26
Servo servo;
void setup() {
}
void loop() {
delay(10); // this speeds up the simulation
}
#include <ESP32Servo.h>
#define pinBoton 32
#define pinServo 26
Servo servo;
void setup() {
}
void loop() {
delay(10); // this speeds up the simulation
}