19 lines
333 B
C
19 lines
333 B
C
// #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__
|