sound volume configurable
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
#include <stdint.h>
|
||||
#include "sound.h"
|
||||
#include "spi.h"
|
||||
#include "eeprom.h"
|
||||
|
||||
|
||||
|
||||
void soundInit() {
|
||||
soundCtrl(SOUND_COMMAND + SOUND_SUBCMD_AMPLITUDE + eepromReadAmplitude());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user