Add library for TM1638 as submodule

This commit is contained in:
2015-03-16 20:32:47 +00:00
parent a7863182d1
commit 5e99d0a14b
6 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
/.pioenvs
/.sconsign.dblite
/.sconsign.dblite

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "nanopb"]
path = nanopb
url = https://code.google.com/p/nanopb/
[submodule "lib/TM1638"]
path = lib/TM1638
url = https://github.com/Boukefalos/tm1638-library.git

1
lib/TM1638 Submodule

Submodule lib/TM1638 added at 80f687aff6

1
nanopb Submodule

Submodule nanopb added at ef422656a5

View File

@@ -21,5 +21,5 @@
platform = atmelavr
framework = arduino
board = uno
; targets = upload
targets = upload
upload_port = COM3

1
protobuf Submodule

Submodule protobuf added at 9861c0d796