ESP32Servo
|
#include <ESP32Servo.h>
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
Servo | myservo |
int | pos = 0 |
int | servoPin = 18 |
void loop | ( | ) |
Definition at line 61 of file Sweep.ino.
References pos, and Servo::write().
void setup | ( | ) |
Definition at line 48 of file Sweep.ino.
References ESP32PWM::allocateTimer(), Servo::attach(), servoPin, and Servo::setPeriodHertz().