This example sends temperature and humidity data to Ambient through ethernet. (Japanese: IoT用のクラウドサービス「Ambient」にLPC1768とイーサーネットを使ってデーターを送信するサンプルです。Ambientはマイコンから送られたセンサーデーターを受信し、蓄積し、可視化(グラフ化)します。 https://ambidata.io)

Dependencies:   AmbientLib EthernetInterface HDC1000 mbed-rtos mbed

Revision:
1:9aa62bdb3b84
Parent:
0:8ff3c1a54f88
Child:
4:51b4356b3198
--- a/main.cpp	Sat May 07 01:42:05 2016 +0000
+++ b/main.cpp	Mon Jun 06 11:49:47 2016 +0000
@@ -5,7 +5,7 @@
 
 unsigned int channelId = 100;
 const char* writeKey = "ライトキー";
-AMBIENT ambient;
+Ambient ambient;
 
 HDC1000      hdc1000(p9,p10);