Additional Serial Example

mbed_app.json

Committer:
sarahmarshy
Date:
2017-06-23
Revision:
1:4cf190502c9e
Parent:
0:8d318218bac1

File content as of revision 1:4cf190502c9e:

{
    "config": {
        "uart1_tx": {
            "help": "UART1 TX pin",
            "value": "NC"
        },
        "uart1_rx": {
            "help": "UART1 RX pin",
            "value": "NC"
        }
    },
    "target_overrides": {
        "K64F": {
            "uart1_tx": "D5",
            "uart1_rx": "D3"
        }
    }
}