We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc80071 commit c64cdc1Copy full SHA for c64cdc1
libraries/I2S/src/I2S.cpp
@@ -56,6 +56,7 @@ I2S::I2S(PinMode direction) {
56
}
57
58
I2S::~I2S() {
59
+ end();
60
61
62
bool I2S::setBCLK(pin_size_t pin) {
0 commit comments