wifi test
Dependencies: X_NUCLEO_IKS01A2 mbed-http
Diff: easy-connect/esp8266-driver/mbed_lib.json
- Revision:
- 0:24d3eb812fd4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/easy-connect/esp8266-driver/mbed_lib.json Wed Sep 05 14:28:24 2018 +0000
@@ -0,0 +1,31 @@
+{
+ "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"
+ }
+ }
+}