I2S setpins() : How to set for RX, TX channels
Posted: Tue Nov 12, 2024 7:41 pm
Using rx, tx in simplex operation so the rx, tx bclk, ws, pins are different .
In esp-idf you can set rx, tx pins using different configuration variables.
In Arduino V3, in std mode there is only setpins() function which does not take rx or tx
channel as a parameter.
How to differentiate between the rx, tx pins ?
In esp-idf you can set rx, tx pins using different configuration variables.
In Arduino V3, in std mode there is only setpins() function which does not take rx or tx
channel as a parameter.
How to differentiate between the rx, tx pins ?