Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466

Dependencies:   ssd1331

mbed-os/components/wifi/esp8266-driver/mbed_lib.json

Committer:
kadonotakashi
Date:
2018-10-11
Revision:
3:f3764f852aa8
Parent:
0:8fdf9a60065b

File content as of revision 3:f3764f852aa8:

{
    "name": "esp8266",
    "config": {
        "tx": {
            "help": "TX pin for serial connection",
            "value": null
        },
        "rx": {
            "help": "RX pin for serial connection",
            "value": null
        },
        "debug": {
            "help": "Enable debug logs",
            "value": false
        },
        "provide-default": {
            "help": "Provide default WifiInterface. [true/false]",
            "value": false
        }
    },
    "target_overrides": {
         "HEXIWEAR": {
            "tx": "PTD3",
            "rx": "PTD2"
        },
        "NUCLEO_F401RE": {
            "tx": "D8",
            "rx": "D2"
        },
        "NUCLEO_F411RE": {
            "tx": "D8",
            "rx": "D2"
        }
    }
}