ESP_IOT
v2.5
IOT ESP Coding
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