Junichi Katsu
/
MilkcocoaSampleESP8266
データの保存、更新、取得ができるWebサービス「milkcocoa」に接続し、データのプッシュ、送信、取得ができるライブラリを使ったサンプルです。ESP8266版 https://mlkcca.com/
Diff: main.cpp
- Revision:
- 4:d40cc9301d1e
- Parent:
- 3:9913fc5bb423
--- a/main.cpp Sat Feb 27 00:13:13 2016 +0000 +++ b/main.cpp Mon Feb 29 09:19:56 2016 +0000 @@ -8,7 +8,7 @@ // The default setting is for the Simple IoT Board(mbed LPC1114FN28) // Please change to fit the platform SoftSerialSendOnry pc(dp10); // tx -DigitalOut myled(dp18); +DigitalOut myled(dp18); /************************* WiFi Access Point *********************************/