DIY fertilizer mixer and plant watering machine https://www.xythobuz.de/giessomat.html
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

WifiStuff.h 109B

1234567
  1. #ifndef _WIFI_STUFF_H_
  2. #define _WIFI_STUFF_H_
  3. void wifi_setup();
  4. void wifi_run();
  5. #endif // _WIFI_STUFF_H_