aaa
Dependencies: AmbientLib EthernetInterface HDC1000 mbed-rtos mbed
Fork of AmbientExampleLPC1768 by
LPC1768で温度・湿度を測定し、IoTデーター可視化サービスAmbientに送ってグラフ化するサンプルです。 https://ambidata.io
Revision 1:92ec0c561ee5, committed 2016-05-07
- 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 |
--- 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
--- 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;