ESP32Servo
src
ESP32Tone.h
Go to the documentation of this file.
1
/*
2
* ESP32Tone.h
3
*
4
* Created on: Sep 23, 2018
5
* Author: hephaestus
6
*/
7
8
#ifndef LIBRARIES_ESP32SERVO_SRC_ESP32TONE_H_
9
#define LIBRARIES_ESP32SERVO_SRC_ESP32TONE_H_
10
#include "
ESP32PWM.h
"
11
void
tone
(
int
pin
,
unsigned
int
frequency);
12
13
void
tone
(
int
pin
,
unsigned
int
frequency,
unsigned
long
duration);
14
15
void
noTone
(
int
pin
);
16
17
18
19
#endif
/* LIBRARIES_ESP32SERVO_SRC_ESP32TONE_H_ */
noTone
void noTone(int pin)
Definition:
ESP32Tone.cpp:29
tone
void tone(int pin, unsigned int frequency)
Definition:
ESP32Tone.cpp:11
ESP32PWM.h
pin
int pin
Definition:
ToneExample.ino:7
Generated by
1.8.13