-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The schematic labels for the target diagram identify the UART pins as:
P0.06 UART_INTERNAL_RX
P1.08 UART_INTERNAL_TX
As identified in microbit-foundation/dev-docs#353 and microbit-foundation/dev-docs#282 this is the opposite way around.
A note on the interface diagram is designed to clarify the direction of flow, but is also incorrect
but this is still causing confusion for people.
Suggest we correct the note and replicate/move it to clarify the flow on the target diagram.
Further info:
- serial constructor signature is MicroBitSerial(Pin& tx, Pin& rx, …)
- uBit object instantiated with these arguments -> serial(io.usbTx, io.usbRx, …)
- io.usbTx -> MICROBIT_PIN_UART_TX
- MICROBIT_PIN_UART_TX -> P0_06
Metadata
Metadata
Assignees
Labels
No labels