forked from ClusterDuck-Protocol/ClusterDuck-Protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
62 lines (60 loc) · 2.39 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[submodule "Libraries/arduino-timer"]
path = Libraries/arduino-timer
url = https://github.com/contrem/arduino-timer
[submodule "Libraries/AsyncTCP"]
path = Libraries/AsyncTCP
url = https://github.com/me-no-dev/AsyncTCP
[submodule "Libraries/esp8266-oled-ssd1306"]
path = Libraries/esp8266-oled-ssd1306
url = https://github.com/ThingPulse/esp8266-oled-ssd1306
[submodule "Libraries/ESPAsyncWebServer"]
path = Libraries/ESPAsyncWebServer
url = https://github.com/me-no-dev/ESPAsyncWebServer
[submodule "Libraries/Adafruit_BMP085_Unified"]
path = Libraries/Adafruit_BMP085_Unified
url = https://github.com/adafruit/Adafruit_BMP085_Unified
[submodule "Libraries/Adafruit_BMP280_Library"]
path = Libraries/Adafruit_BMP280_Library
url = https://github.com/adafruit/Adafruit_BMP280_Library
[submodule "Libraries/Adafruit_Sensor"]
path = Libraries/Adafruit_Sensor
url = https://github.com/adafruit/Adafruit_Sensor
[submodule "Libraries/DHT-sensor-library"]
path = Libraries/DHT-sensor-library
url = https://github.com/adafruit/DHT-sensor-library
[submodule "Libraries/U8g2_Arduino"]
path = Libraries/U8g2_Arduino
url = https://github.com/olikraus/U8g2_Arduino.git
[submodule "Libraries/GP2YDustSensor"]
path = Libraries/GP2YDustSensor
url = https://github.com/luciansabo/GP2YDustSensor.git
[submodule "Libraries/MQSensorsLib"]
path = Libraries/MQSensorsLib
url = https://github.com/miguel5612/MQSensorsLib.git
[submodule "Libraries/pubsubclient"]
path = Libraries/pubsubclient
url = https://github.com/knolleary/pubsubclient.git
[submodule "Libraries/FastLED"]
path = Libraries/FastLED
url = https://github.com/FastLED/FastLED.git
[submodule "Libraries/AXP202X_Library"]
path = Libraries/AXP202X_Library
url = https://github.com/lewisxhe/AXP202X_Library.git
[submodule "Libraries/ArduinoJson"]
path = Libraries/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "Libraries/CRC32"]
path = Libraries/CRC32
url = https://github.com/bakercp/CRC32.git
[submodule "Libraries/RadioLib"]
path = Libraries/RadioLib
url = https://github.com/jgromes/RadioLib.git
[submodule "Libraries/Crypto"]
path = Libraries/Crypto
url = https://github.com/Project-Owl/Crypto.git
[submodule "Libraries/TinyGPSPlus"]
path = Libraries/TinyGPSPlus
url = https://github.com/mikalhart/TinyGPSPlus.git
[submodule "Libraries/Adafruit_BusIO"]
path = Libraries/Adafruit_BusIO
url = https://github.com/adafruit/Adafruit_BusIO