This is a very simple guide, reviewing the steps required to get Blinky working on an Mbed OS platform.

Dependencies:   RemoteIR

mbed_app.json

Committer:
sb8718
Date:
2020-06-02
Revision:
142:cb9e8d32d1b9
Parent:
138:e829be898713

File content as of revision 142:cb9e8d32d1b9:

{
   "config":{
      "wifi-shield":{
         "help":"Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
         "value":"WIFI_ESP8266"
      },
      "wifi-ssid":{
         "help":"WiFi SSID",
         "value":"\"ISEL\""
      },
      "wifi-password":{
         "help":"WiFi Password",
         "value":"\"024499312\""
      },
      "wifi-tx":{
         "help":"TX pin for serial connection to external device",
         "value":"PA_9"
      },
      "wifi-rx":{
         "help":"RX pin for serial connection to external device",
         "value":"PA_10"
      }
   },
   "target_overrides":{
      "*":{
         "platform.stdio-convert-newlines":true,
         "esp8266.provide-default":true
      }
   }
}