ESP32Servo
|
#include <ESP32Servo.h>
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
int | APin = 13 |
ESP32PWM | pwm |
int | freq = 1000 |
void loop | ( | ) |
Definition at line 15 of file PWMExample.ino.
References ESP32PWM::adjustFrequency(), freq, and ESP32PWM::writeScaled().
void setup | ( | ) |
Definition at line 5 of file PWMExample.ino.
References ESP32PWM::allocateTimer(), APin, ESP32PWM::attachPin(), and freq.
int APin = 13 |
Definition at line 2 of file PWMExample.ino.
Referenced by setup().
int freq = 1000 |
Definition at line 4 of file PWMExample.ino.
Referenced by ESP32PWM::adjustFrequencyLocal(), ESP32PWM::allocatenext(), ESP32PWM::checkFrequencyForSideEffects(), loop(), ESP32PWM::mapf(), and setup().
ESP32PWM pwm |
Definition at line 3 of file PWMExample.ino.