Skip to content

AudioZeroClass::end() does not turn off output to pin A0. #5

@klw1971

Description

@klw1971

Please check AudioZeroClass::end(). Output to pin A0 seems to still be active after calling the end() method. I changed it to analogRead(A0) in my local copy and it seems to work much better. :-)

Thanks for the great work!
klw1971

--

void AudioZeroClass::end() {
tcDisable();
tcReset();
analogWrite(A0, 0); --->> Works much better with analogRead(A0) on a Feather M0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions