ESP32Servo
Functions | Variables
ToneExample.ino File Reference
#include <ESP32Servo.h>
Include dependency graph for ToneExample.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

int pin = 2
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 18 of file ToneExample.ino.

References pin, and tone().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 8 of file ToneExample.ino.

References ESP32PWM::allocateTimer().

Here is the call graph for this function:

Variable Documentation

◆ pin

int pin = 2

Definition at line 7 of file ToneExample.ino.

Referenced by Servo::attach(), and loop().