ESP_IOT
v2.5
IOT ESP Coding
Toggle main menu visibility
Main Page
Related Pages
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
e
f
g
l
s
t
w
Typedefs
Enumerations
Enumerator
b
c
d
h
i
m
n
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
j
k
l
m
n
o
p
r
s
t
u
w
y
SemanticMarker(tm)
Technologists
KonaCurrents
iDogWatch
PetTutor
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
AudioModule.h
Go to the documentation of this file.
1
2
3
#ifndef AudioModule_h
4
#define AudioModule_h
5
6
7
//!THIS IS the setup() and loop() but using the "component" name, eg AudioModule()
8
//!This will perform preference initializtion as well
9
//! called from the setup()
10
//! Pass in the method to call on a loud (over a threshhold. The parameter for value will be sent
11
//void setup_AudioModule(void (*loudCallback)(int));
12
void
setup_AudioModule
();
13
14
//! called for the loop() of this plugin
15
void
loop_AudioModule
();
16
17
#endif
loop_AudioModule
void loop_AudioModule()
called for the loop() of this plugin
setup_AudioModule
void setup_AudioModule()
src
AudioModule
AudioModule.h
Generated on Wed Jan 11 2023 09:16:22 for ESP_IOT by
1.9.5