ESP32Servo
|
#include "ESP32PWM.h"
Go to the source code of this file.
Functions | |
void | tone (int pin, unsigned int frequency) |
void | tone (int pin, unsigned int frequency, unsigned long duration) |
void | noTone (int pin) |
void noTone | ( | int | pin | ) |
Definition at line 29 of file ESP32Tone.cpp.
References ESP32PWM::attached(), ESP32PWM::detachPin(), and pwmFactory().
Referenced by tone().
void tone | ( | int | pin, |
unsigned int | frequency | ||
) |
Definition at line 11 of file ESP32Tone.cpp.
References ESP32PWM::attached(), ESP32PWM::attachPin(), pwmFactory(), and ESP32PWM::writeTone().
Referenced by loop(), and tone().
void tone | ( | int | pin, |
unsigned int | frequency, | ||
unsigned long | duration | ||
) |
Definition at line 23 of file ESP32Tone.cpp.
References noTone(), and tone().