Note about RX pin

This commit is contained in:
travmonkey 2025-05-13 16:39:30 -06:00
parent ff5e6d9d99
commit c0cd5c3fea

View File

@ -20,5 +20,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MASTER_RIGHT
#define SERIAL_USART_HALF_DUPLEX
#define SERIAL_USART_TX_PIN GP0
#define SERIAL_USART_RX_PIN GP1
#define SERIAL_USART_RX_PIN GP1 // RX pin is not used in half-duplex mode, leaving in for later