Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
esp8266-driver/mbed_lib.json
- Committer:
- mayur098
- Date:
- 2018-06-21
- Revision:
- 0:8f8e8f3cbd1c
File content as of revision 0:8f8e8f3cbd1c:
{ "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 } }, "target_overrides": { "HEXIWEAR": { "tx": "PTD3", "rx": "PTD2" }, "NUCLEO_F401RE": { "tx": "D8", "rx": "D2" }, "NUCLEO_F411RE": { "tx": "D8", "rx": "D2" } } }