mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
Added support for H2+
This commit is contained in:
parent
f6c496d1d3
commit
fd8bc177ad
3 changed files with 15 additions and 3 deletions
|
@ -115,6 +115,10 @@ void AK4951::init() {
|
|||
// update(Register::DigitalFilterMode);
|
||||
}
|
||||
|
||||
bool AK4951::detected() {
|
||||
return reset();
|
||||
}
|
||||
|
||||
bool AK4951::reset() {
|
||||
io.audio_reset_state(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue