Last active
February 20, 2018 04:50
-
-
Save TakehikoShimojima/6ac26ddf3dd3f7f981ca8bdece4e8905 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
センサを初期化(); | |
センサ値を測定(); | |
Wi-Fiアクセスポイントに接続(); | |
サーバに接続し、センサ値を送信(); | |
DeepSleep(指定時間); // この後Deep Sleepし、指定時間経過後、setup()から再実行 | |
} | |
void loop() { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment