fossasia / pslab-firmware

Firmware for PSLab Open Hardware Platform https://pslab.io
Apache License 2.0
1.56k stars 75 forks source link

feat: uart2 passthrough #116

Closed CloudyPadmal closed 3 years ago

CloudyPadmal commented 3 years ago

Implements a method to bridge both the UART1 and UART2 modules by tying up TX1-RX2 and RX1-TX2. This will be useful say to communicate through an ESP01 module or a Bluetooth module.

TODO: