Jason Mishou / Mbed OS SerialTest

Dependencies:   BufferedSerial

Fork of Serial_ex_2 by mbed_example

mbed_app.json

Committer:
mab5449
Date:
2017-01-19
Revision:
0:8d318218bac1
Child:
2:b18ad269066c

File content as of revision 0:8d318218bac1:

{
    "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"
        }
    }
}