ESP32Servo
|
#include <ESP32Servo.h>
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
Servo | myservo |
int | servoPin = 18 |
int | potPin = 34 |
int | ADC_Max = 4096 |
int | val |
void loop | ( | ) |
void setup | ( | ) |
Definition at line 54 of file Knob.ino.
References ESP32PWM::allocateTimer(), Servo::attach(), servoPin, and Servo::setPeriodHertz().
int val |
Definition at line 52 of file Knob.ino.
Referenced by loop(), and ESP32PWM::setup().