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));
13
14//! called for the loop() of this plugin
16
17#endif
void loop_AudioModule()
called for the loop() of this plugin
void setup_AudioModule()