-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
21 lines (21 loc) · 843 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "copter/local/i2cdev-sensors"]
path = copter/local/i2cdev-sensors
url = https://github.com/martindeegan/i2cdev-sensors.git
branch = DroneBranch
[submodule "copter/local/rust-i2cdev"]
path = copter/local/rust-i2cdev
url = https://github.com/martindeegan/rust-i2cdev.git
[submodule "copter/local/rust-ads1115"]
path = copter/local/rust-ads1115
url = https://github.com/martindeegan/rust-ads1115.git
branch = Drone
[submodule "copter/local/rust-pca9685"]
path = copter/local/rust-pca9685
url = https://github.com/martindeegan/rust-pca9685.git
branch = Drone
[submodule "copter/local/wifilocation"]
path = copter/local/wifilocation
url = https://github.com/martindeegan/wifilocation.git
[submodule "copter/local/unbounded-gpsd"]
path = copter/local/unbounded-gpsd
url = https://github.com/martindeegan/unbounded-gpsd.git