Skip to content

Commit

Permalink
Switch to pip library
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jan 5, 2024
1 parent 40eed7a commit d482a78
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
[submodule "3rdparty/chirp-rpi"]
path = 3rdparty/chirp-rpi
url = https://github.com/ageir/chirp-rpi.git
[submodule "3rdparty/4relind-rpi"]
path = 3rdparty/4relind-rpi
url = https://github.com/SequentMicrosystems/4relind-rpi.git
[submodule "3rdparty/AtlasScientific"]
path = 3rdparty/AtlasScientific
url = https://github.com/AtlasScientific/Raspberry-Pi-sample-code.git
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/4relind-rpi
Submodule 4relind-rpi deleted from 6b40c5
2 changes: 0 additions & 2 deletions hardware/relay/8relay-stack_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# For the old version (V1). New version (V3) will be installed as package
sys.path.insert(0, str((Path(__file__).parent / Path("../../3rdparty/relay8-rpi/python")).resolve()))
sys.path.insert(0, str((Path(__file__).parent / Path("../../3rdparty/4relay-rpi/python/4relay")).resolve()))
# Version 4.X
sys.path.insert(0, str((Path(__file__).parent / Path("../../3rdparty/4relind-rpi/python/4relind")).resolve()))

from relay8 import set as relay8SetV1
from relay8 import get as relay8GetV1
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ sensirion-i2c-sht==0.4.0
bme680==1.1.1
adafruit-circuitpython-sht31d==2.3.24
SM8relind==1.0.2
git+https://github.com/SequentMicrosystems/4relind-rpi.git#subdirectory=python/4relind

# Webcam packages
Pillow==9.5.0
Expand Down

0 comments on commit d482a78

Please sign in to comment.