Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AmbientLib EthernetInterface HDC1000 mbed-rtos mbed
Diff: main.cpp
- Revision:
- 1:9aa62bdb3b84
- Parent:
- 0:8ff3c1a54f88
- Child:
- 4:51b4356b3198
diff -r 8ff3c1a54f88 -r 9aa62bdb3b84 main.cpp --- 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);
Ambient