Mbed Cloud example program for workshop in W27 2018.

Dependencies:   MMA7660 LM75B

Committer:
MACRUM
Date:
Sat Jun 30 01:40:30 2018 +0000
Revision:
0:119624335925
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 0:119624335925 1 {
MACRUM 0:119624335925 2 "name": "easy-connect",
MACRUM 0:119624335925 3 "config": {
MACRUM 0:119624335925 4 "wifi-esp8266-tx": {
MACRUM 0:119624335925 5 "help": "TX pin for serial connection to external device (ESP8266)",
MACRUM 0:119624335925 6 "value": "D1"
MACRUM 0:119624335925 7 },
MACRUM 0:119624335925 8 "wifi-esp8266-rx": {
MACRUM 0:119624335925 9 "help": "RX pin for serial connection to external device (ESP8266)",
MACRUM 0:119624335925 10 "value": "D0"
MACRUM 0:119624335925 11 },
MACRUM 0:119624335925 12 "wifi-esp8266-debug": {
MACRUM 0:119624335925 13 "help": "Enable debug logs for (ESP8266)",
MACRUM 0:119624335925 14 "value": false
MACRUM 0:119624335925 15 },
MACRUM 0:119624335925 16 "wifi-idw01m1-tx": {
MACRUM 0:119624335925 17 "help": "TX pin for serial connection to external device (X-NUCLEO-IDW01M1)",
MACRUM 0:119624335925 18 "value": "PA_9"
MACRUM 0:119624335925 19 },
MACRUM 0:119624335925 20 "wifi-idw01m1-rx": {
MACRUM 0:119624335925 21 "help": "RX pin for serial connection to external device (X-NUCLEO-IDW01M1)",
MACRUM 0:119624335925 22 "value": "PA_10"
MACRUM 0:119624335925 23 },
MACRUM 0:119624335925 24 "wifi-idw04a1-tx": {
MACRUM 0:119624335925 25 "help": "TX pin for serial connection to external device (X-NUCLEO-IDW04A1)",
MACRUM 0:119624335925 26 "value": "D8"
MACRUM 0:119624335925 27 },
MACRUM 0:119624335925 28 "wifi-idw04a1-rx": {
MACRUM 0:119624335925 29 "help": "RX pin for serial connection to external device (X-NUCLEO-IDW04A1)",
MACRUM 0:119624335925 30 "value": "D2"
MACRUM 0:119624335925 31 },
MACRUM 0:119624335925 32 "wifi-wizfi310-tx": {
MACRUM 0:119624335925 33 "help": "TX pin for serial connection to external device (WizFi310)",
MACRUM 0:119624335925 34 "value": "D1"
MACRUM 0:119624335925 35 },
MACRUM 0:119624335925 36 "wifi-wizfi310-rx": {
MACRUM 0:119624335925 37 "help": "RX pin for serial connection to external device (WizFi310)",
MACRUM 0:119624335925 38 "value": "D0"
MACRUM 0:119624335925 39 },
MACRUM 0:119624335925 40 "wifi-wizfi310-debug": {
MACRUM 0:119624335925 41 "help": "Enable debug logs for (WizFi310)",
MACRUM 0:119624335925 42 "value": false
MACRUM 0:119624335925 43 }
MACRUM 0:119624335925 44 },
MACRUM 0:119624335925 45 "target_overrides": {
MACRUM 0:119624335925 46 "*": {
MACRUM 0:119624335925 47 "target.features_add": ["COMMON_PAL"]
MACRUM 0:119624335925 48 },
MACRUM 0:119624335925 49 "HEXIWEAR": {
MACRUM 0:119624335925 50 "wifi-esp8266-tx": "PTD3",
MACRUM 0:119624335925 51 "wifi-esp8266-rx": "PTD2"
MACRUM 0:119624335925 52 },
MACRUM 0:119624335925 53 "NUCLEO_F401RE": {
MACRUM 0:119624335925 54 "wifi-esp8266-tx": "D8",
MACRUM 0:119624335925 55 "wifi-esp8266-rx": "D2"
MACRUM 0:119624335925 56 },
MACRUM 0:119624335925 57 "NUCLEO_F411RE": {
MACRUM 0:119624335925 58 "wifi-esp8266-tx": "D8",
MACRUM 0:119624335925 59 "wifi-esp8266-rx": "D2"
MACRUM 0:119624335925 60 }
MACRUM 0:119624335925 61 }
MACRUM 0:119624335925 62 }