First commit

This commit is contained in:
2020-08-01 13:47:02 +03:00
commit ac18805ff4
142 changed files with 8325 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// #ifndef __MAIN__
// #define __MAIN__
// #include <Arduino.h>
// #include <ArduinoOTA.h>
// #include <Ticker.h>
// #include <AsyncMqttClient.h>
// #include "Adafruit_HTU21DF.h"
// #define R_LED GPIO0
// #define G_LED GPIO2
// #define B_LED GPIO14
// bool meas = false;
// short minCnt;
// #endif // __MAIN__