You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'tx' and 'rx' keyword args to UART.init() method.
These are intended to be used instead of the 'pins' argument, to set
the tx/rx pins for the UART. Using tx/rx is much clearer than using
a pins tuple.
This also changes the UART default pins to the internal USB-serial
TX/RX pins, so that uart.init(115200) can restore the REPL.
0 commit comments