Created
February 20, 2018 04:51
-
-
Save TakehikoShimojima/92381ca3fd8522c46b30cc2bc8281fad 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アクセスポイントに接続(); | |
} | |
void loop() { | |
センサ値を測定(); | |
サーバに接続し、センサ値を送信(); | |
Delay(指定時間); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment