Aidan Taylor
Results
3
comments of
Aidan Taylor
Is there any reason why LRCLK and BCLK pins can't be changed as well? I think other pins on the ESP32 are capable and not all breakouts (like the HUZZAH32)...
> You can change it fairly easily right after creating the "out" instance: > out -> SetPinout(15, 14, 32); > > Now it would be using those pins I believe....
I tried it already ```cpp out -> SetPinout() ``` Works fine Edit: just a thought but maybe a documentation PR would be helpful?