-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.5 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
[submodule "lib/Adafruit_BME280"]
path = lib/Adafruit_BME280
url = https://github.com/adafruit/Adafruit_BME280_Library/
[submodule "lib/Adafruit_BMP280"]
path = lib/Adafruit_BMP280
url = https://github.com/adafruit/Adafruit_BMP280_Library/
[submodule "lib/Adafruit_BNO055"]
path = lib/Adafruit_BNO055
url = https://github.com/adafruit/Adafruit_BNO055
[submodule "lib/Adafruit_GPS"]
path = lib/Adafruit_GPS
url = https://github.com/adafruit/Adafruit_GPS/
[submodule "lib/DRV8835"]
path = lib/DRV8835
url = https://github.com/richardbar/DRV8835
[submodule "lib/Orion-Libraries"]
path = lib/Orion-Libraries
url = https://github.com/Orion-CanSat/Orion-Libraries
[submodule "lib/Adafruit_Sensor"]
path = lib/Adafruit_Sensor
url = https://github.com/adafruit/Adafruit_Sensor
[submodule "lib/RadioHead"]
path = lib/RadioHead
url = https://github.com/PaulStoffregen/RadioHead.git
[submodule "lib/SD"]
path = lib/SD
url = git@github.com:PaulStoffregen/SD.git
[submodule "Core"]
path = Core
url = git@github.com:PaulStoffregen/cores.git
[submodule "lib/SPI"]
path = lib/SPI
url = git@github.com:PaulStoffregen/SPI.git
[submodule "lib/SoftwareSerial"]
path = lib/SoftwareSerial
url = https://github.com/PaulStoffregen/SoftwareSerial
[submodule "lib/Wire"]
path = lib/Wire
url = https://github.com/PaulStoffregen/Wire
[submodule "lib/EEPROM"]
path = lib/EEPROM
url = https://github.com/PaulStoffregen/EEPROM
[submodule "lib/TeensyThreads"]
path = lib/TeensyThreads
url = https://github.com/ftrias/TeensyThreads.git