sound volume configurable
This commit is contained in:
11
sound-driver/config.h
Normal file
11
sound-driver/config.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _CONFIG_H_
|
||||
#define _CONFIG_H_
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void configSetAmplitude(uint8_t v);
|
||||
uint8_t configGetAmplitude();
|
||||
|
||||
|
||||
#endif // _CONFIG_H_
|
Reference in New Issue
Block a user