Skip to content

Commit

Permalink
added some new libraries (rp2040-config, rp2040-console, std-cmd)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Jan 18, 2024
1 parent 7909678 commit 8317986
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@
path = Code/libraries/rp2040-ms5607-lib
url = https://github.com/UMDBPP/rp2040-ms5607-lib.git
branch = main
[submodule "Code/libraries/rp2040-config"]
path = Code/libraries/rp2040-config
url = https://github.com/UMDBPP/rp2040-config.git
branch = main
[submodule "Code/libraries/rp2040-console"]
path = Code/libraries/rp2040-console
url = https://github.com/UMDBPP/rp2040-console.git
branch = main
[submodule "Code/libraries/std-cmd"]
path = Code/libraries/std-cmd
url = https://github.com/UMDBPP/std-cmd.git
branch = main
1 change: 1 addition & 0 deletions Code/libraries/rp2040-config
Submodule rp2040-config added at 79114e
1 change: 1 addition & 0 deletions Code/libraries/rp2040-console
Submodule rp2040-console added at 033cc6
2 changes: 1 addition & 1 deletion Code/libraries/rp2040-ms5607-lib
Submodule rp2040-ms5607-lib updated 1 files
+2 −3 MS5607.cpp
1 change: 1 addition & 0 deletions Code/libraries/std-cmd
Submodule std-cmd added at 2f7bd8

0 comments on commit 8317986

Please sign in to comment.