Skip to content

Instantly share code, notes, and snippets.

@TakehikoShimojima
Created February 20, 2018 04:51
Show Gist options
  • Save TakehikoShimojima/92381ca3fd8522c46b30cc2bc8281fad to your computer and use it in GitHub Desktop.
Save TakehikoShimojima/92381ca3fd8522c46b30cc2bc8281fad to your computer and use it in GitHub Desktop.
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