ESP32Servo
|
#include <ESP32Servo.h>
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
const int | lowestPin = 2 |
const int | highestPin = 33 |
Servo | myservo |
void loop | ( | ) |
Definition at line 32 of file analogWriteExample.ino.
References analogWrite(), Servo::attach(), Servo::attached(), ESP32PWM::channelsRemaining(), Servo::detach(), ESP32PWM::hasPwm(), highestPin, lowestPin, pwmFactory(), Servo::setPeriodHertz(), and Servo::write().
void setup | ( | ) |
Definition at line 23 of file analogWriteExample.ino.
References ESP32PWM::allocateTimer().
const int highestPin = 33 |
Definition at line 19 of file analogWriteExample.ino.
Referenced by loop().
const int lowestPin = 2 |
Definition at line 18 of file analogWriteExample.ino.
Referenced by loop().
Servo myservo |
Definition at line 21 of file analogWriteExample.ino.