aaa

Dependencies:   AmbientLib EthernetInterface HDC1000 mbed-rtos mbed

Fork of AmbientExampleLPC1768 by Takehiko Shimojima

LPC1768で温度・湿度を測定し、IoTデーター可視化サービスAmbientに送ってグラフ化するサンプルです。 https://ambidata.io

Files at this revision

API Documentation at this revision

Comitter:
TakehikoShimojima
Date:
Sat May 07 01:24:51 2016 +0000
Parent:
0:5e3c6c295d90
Commit message:
aaa

Changed in this revision

Ambient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5e3c6c295d90 -r 92ec0c561ee5 Ambient.lib
--- a/Ambient.lib	Tue May 03 07:15:02 2016 +0000
+++ b/Ambient.lib	Sat May 07 01:24:51 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/AmbientData/code/AmbientLib/#630186945468
+https://developer.mbed.org/users/TakehikoShimojima/code/AmbientLib/#d2972e5edb22
diff -r 5e3c6c295d90 -r 92ec0c561ee5 main.cpp
--- a/main.cpp	Tue May 03 07:15:02 2016 +0000
+++ b/main.cpp	Sat May 07 01:24:51 2016 +0000
@@ -13,7 +13,7 @@
     printf("start\r\n");
 
     EthernetInterface eth;
-    eth.init(); //Use DHCP
+    eth.init();
     eth.connect();
 
     TCPSocketConnection socket;