【 IoTを試そう [ODIN-W2(WiFi) + 温度計 + milkcocoa ] 】 ODIN-W2 にmbed ApplicationShiled をつないで、 https://developer.mbed.org/components/mbed-Application-Shield/ 温度のデータをMilkcocoaにアップするプログラムです。

Dependencies:   LM75B Milkcocoa-os

Fork of mbed-os-example-mbed5-wifi by mbed-os-examples

Revision:
17:79fa29aa6724
Parent:
10:5b5beb106156
--- a/mbed_app.json	Mon Apr 10 16:30:03 2017 +0100
+++ b/mbed_app.json	Tue Apr 18 07:22:04 2017 +0000
@@ -1,12 +1,27 @@
 {
     "config": {
+        "milkcocoa_app_id": {
+            "help": "MilkCocoa Application ID",
+            "value": "\"xxxxxxxxxxxx\"",
+            "macro_name": "CONFIG_MILKCOCOA_APP_ID"
+        },        
+        "milkcocoa_datastore": {
+            "help": "Milkcocoa Datastore",
+            "value": "\"xxxxxxxxx\"",
+            "macro_name": "CONFIG_MILKCOCOA_DATASTORE"
+        },   
+        "serial_console_speed": {
+            "help": "Baud rate of the serial console",
+            "value": 115200,
+            "macro_name": "MBED_SERIAL_UART_SPEED"
+        },
         "wifi-ssid": {
             "help": "WiFi SSID",
-            "value": "\"SSID\""
+            "value": "\"xxxxxxxxxxxxx\""
         },
         "wifi-password": {
             "help": "WiFi Password",
-            "value": "\"PASSWORD\""
+            "value": "\"xxxxxxxxxxx\""
         },
         "wifi-tx": {
             "help": "TX pin for serial connection to external device",