Skip to content

Commit 06b2f47

Browse files
committed
[@Lohkdesgds] Made project independent of library installs
1 parent db44c3f commit 06b2f47

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "Serial"]
22
path = Serial
33
url = https://github.com/ModularMonitor/lib-Serial
4+
[submodule "DHT-sensor-library"]
5+
path = DHT-sensor-library
6+
url = https://github.com/ModularMonitor/lib-DHT-sensor-library
7+
[submodule "Adafruit_Sensor"]
8+
path = Adafruit_Sensor
9+
url = https://github.com/ModularMonitor/lib-Adafruit_Sensor

Adafruit_Sensor

Submodule Adafruit_Sensor added at e31bb6c

DHT-sensor-library

Submodule DHT-sensor-library added at 7273c27

Serial

Submodule Serial updated 1 file

mdht.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include "DHT.h"
1+
#include "Adafruit_Sensor/Adafruit_Sensor.h"
2+
#include "DHT-sensor-library/DHT.h"
23

34
class mDHT {
45
TaskHandle_t m_thr = nullptr;

0 commit comments

Comments
 (0)