-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 771 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 771 Bytes
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
[submodule "src/TimerOne"]
path = src/TimerOne
url = ssh://git@github.com/arduino-library/TimerOne
[submodule "src/TimerTwo"]
path = src/TimerTwo
url = ssh://git@github.com/arduino-library/TimerTwo
[submodule "src/Dcf"]
path = src/Dcf
url = ssh://git@github.com/arduino-library/Dcf
[submodule "src/Adc"]
path = src/Adc
url = ssh://git@github.com/arduino-library/Adc
branch = nixie-clock
[submodule "src/Nvm"]
path = src/Nvm
url = ssh://git@github.com/arduino-library/Nvm
[submodule "src/MathMf"]
path = src/MathMf
url = ssh://git@github.com/arduino-library/MathMf
[submodule "src/Button"]
path = src/Button
url = ssh://git@github.com/arduino-library/Button.git
[submodule "arduino-mk"]
path = arduino-mk
url = ssh://git@github.com/sudar/Arduino-Makefile