-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
45 lines (45 loc) · 1.76 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 "src/harp"]
path = src/harp
url = https://github.com/bonsai-rx/harp
[submodule "src/device.behavior"]
path = src/device.behavior
url = https://github.com/harp-tech/device.behavior.git
[submodule "src/device.analoginput"]
path = src/device.analoginput
url = https://github.com/harp-tech/device.analoginput.git
[submodule "src/device.synchronizer"]
path = src/device.synchronizer
url = https://github.com/harp-tech/device.synchronizer.git
[submodule "src/device.ledarray"]
path = src/device.ledarray
url = https://github.com/harp-tech/device.ledarray.git
[submodule "src/device.loadcells"]
path = src/device.loadcells
url = https://github.com/harp-tech/device.loadcells.git
[submodule "src/device.soundcard"]
path = src/device.soundcard
url = https://github.com/harp-tech/device.soundcard.git
[submodule "src/device.cameracontrollergen2"]
path = src/device.cameracontrollergen2
url = https://github.com/harp-tech/device.cameracontrollergen2.git
[submodule "src/device.timestampgeneratorgen3"]
path = src/device.timestampgeneratorgen3
url = https://github.com/harp-tech/device.timestampgeneratorgen3.git
[submodule "src/device.syringepump"]
path = src/device.syringepump
url = https://github.com/harp-tech/device.syringepump.git
[submodule "src/device.outputexpander"]
path = src/device.outputexpander
url = https://github.com/harp-tech/device.outputexpander.git
[submodule "src/device.stepperdriver"]
path = src/device.stepperdriver
url = https://github.com/harp-tech/device.stepperdriver.git
[submodule "protocol"]
path = protocol
url = https://github.com/harp-tech/protocol.git
[submodule "python"]
path = python
url = https://github.com/harp-tech/harp-python.git
[submodule "docfx-tools"]
path = docfx-tools
url = https://github.com/bonsai-rx/docfx-tools.git