aaa

Dependencies:   AmbientLib EthernetInterface HDC1000 mbed-rtos mbed

Fork of AmbientExampleLPC1768 by Takehiko Shimojima

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

Revision:
1:92ec0c561ee5
Parent:
0:5e3c6c295d90
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;