#include <stdint.h>
#include "AUDDSpeakerDriver.h"
Go to the source code of this file.
Functions | |
WEAK void | AUDDSpeakerDriver_MuteChanged (uint8_t channel, uint8_t muted) |
WEAK void | AUDDSpeakerDriver_StreamSettingChanged (uint8_t newSetting) |
Default callbacks implement for Audio Speaker Driver.
Definition in file AUDDSpeakerDriver_Callbacks.c.