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

Dependencies:   RemoteIR

Committer:
sb8718
Date:
Tue Jun 02 08:33:56 2020 +0000
Revision:
142:cb9e8d32d1b9
Parent:
138:e829be898713
un - new commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sb8718 137:81b5a1672c6a 1 {
sb8718 137:81b5a1672c6a 2 "config":{
sb8718 137:81b5a1672c6a 3 "wifi-shield":{
sb8718 137:81b5a1672c6a 4 "help":"Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
sb8718 137:81b5a1672c6a 5 "value":"WIFI_ESP8266"
sb8718 137:81b5a1672c6a 6 },
sb8718 137:81b5a1672c6a 7 "wifi-ssid":{
sb8718 137:81b5a1672c6a 8 "help":"WiFi SSID",
sb8718 138:e829be898713 9 "value":"\"ISEL\""
sb8718 137:81b5a1672c6a 10 },
sb8718 137:81b5a1672c6a 11 "wifi-password":{
sb8718 137:81b5a1672c6a 12 "help":"WiFi Password",
sb8718 138:e829be898713 13 "value":"\"024499312\""
sb8718 137:81b5a1672c6a 14 },
sb8718 137:81b5a1672c6a 15 "wifi-tx":{
sb8718 137:81b5a1672c6a 16 "help":"TX pin for serial connection to external device",
sb8718 137:81b5a1672c6a 17 "value":"PA_9"
sb8718 137:81b5a1672c6a 18 },
sb8718 137:81b5a1672c6a 19 "wifi-rx":{
sb8718 137:81b5a1672c6a 20 "help":"RX pin for serial connection to external device",
sb8718 137:81b5a1672c6a 21 "value":"PA_10"
sb8718 137:81b5a1672c6a 22 }
sb8718 137:81b5a1672c6a 23 },
sb8718 137:81b5a1672c6a 24 "target_overrides":{
sb8718 137:81b5a1672c6a 25 "*":{
sb8718 137:81b5a1672c6a 26 "platform.stdio-convert-newlines":true,
sb8718 137:81b5a1672c6a 27 "esp8266.provide-default":true
sb8718 137:81b5a1672c6a 28 }
sb8718 137:81b5a1672c6a 29 }
sb8718 137:81b5a1672c6a 30 }