Test serial to raspberry pi

Dependencies:   BufferedSerial

Fork of Serial_ex_2 by mbed_example

mbed_app.json

Committer:
M15H
Date:
2017-08-21
Revision:
2:b18ad269066c
Parent:
0:8d318218bac1

File content as of revision 2:b18ad269066c:

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