Added support for H2+

This commit is contained in:
jLynx 2022-04-05 14:41:12 +12:00
parent f6c496d1d3
commit fd8bc177ad
3 changed files with 15 additions and 3 deletions

View file

@ -115,6 +115,10 @@ void AK4951::init() {
// update(Register::DigitalFilterMode);
}
bool AK4951::detected() {
return reset();
}
bool AK4951::reset() {
io.audio_reset_state(true);