2024-05-21 12:31:55 +02:00
|
|
|
#ifndef _CONFIG_H_
|
|
|
|
#define _CONFIG_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
void configSetAmplitude(uint8_t v);
|
2024-05-21 13:43:40 +02:00
|
|
|
uint8_t *configGetMelodyAmplitudePtr();
|
|
|
|
uint8_t *configGetEffectsAmplitudePtr();
|
2024-05-21 12:31:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
#endif // _CONFIG_H_
|