Skip to content

Commit

Permalink
add libraries as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Mar 1, 2017
1 parent 640ee05 commit 47a2202
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "lib/Adafruit_NeoPixel"]
path = lib/Adafruit_NeoPixel
url = https://github.com/adafruit/Adafruit_NeoPixel.git
[submodule "lib/ArduinoJson"]
path = lib/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "lib/IRremoteESP8266"]
path = lib/IRremoteESP8266
url = https://github.com/sebastienwarin/IRremoteESP8266.git
1 change: 1 addition & 0 deletions lib/Adafruit_NeoPixel
Submodule Adafruit_NeoPixel added at f02a5a
1 change: 1 addition & 0 deletions lib/ArduinoJson
Submodule ArduinoJson added at a498ab
1 change: 1 addition & 0 deletions lib/IRremoteESP8266
Submodule IRremoteESP8266 added at fee16e

0 comments on commit 47a2202

Please sign in to comment.