Skip to content

Commit

Permalink
created MS5607 library submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Shipman committed Dec 22, 2023
1 parent f26e7b8 commit 482d548
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 247 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
branch = main
[submodule "rp2040-drf1262-lib/"]
branch = main
[submodule "Code/libraries/rp2040-ms5607-lib"]
path = Code/libraries/rp2040-ms5607-lib
url = https://github.com/UMDBPP/rp2040-ms5607-lib.git
branch = main
2 changes: 1 addition & 1 deletion Code/BITS/BITSv5/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pico_sdk_init()
add_executable(test
test.cpp
../../../libraries/rp2040-drf1262-lib/SX1262.cpp
MS5607.cpp
../../../libraries/rp2040-ms5607-lib/MS5607.cpp
)

pico_enable_stdio_usb(test 1)
Expand Down
172 changes: 0 additions & 172 deletions Code/BITS/BITSv5/test/MS5607.cpp

This file was deleted.

74 changes: 0 additions & 74 deletions Code/BITS/BITSv5/test/MS5607.h

This file was deleted.

1 change: 1 addition & 0 deletions Code/BITS/BITSv5/test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string.h>

#include "../../../libraries/rp2040-drf1262-lib/SX1262.h"
#include "../../../libraries/rp2040-ms5607-lib/MS5607.h"
#include "BITSv5.h"
#include "hardware/flash.h"
#include "hardware/gpio.h"
Expand Down
1 change: 1 addition & 0 deletions Code/libraries/rp2040-ms5607-lib
Submodule rp2040-ms5607-lib added at 8c4ae4

0 comments on commit 482d548

Please sign in to comment.