Skip to content

Commit

Permalink
Add the enable of the SPI to the setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmartian committed Nov 21, 2023
1 parent fbf6928 commit 8b5aa0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ pip3 install -r requirements.txt
# sudo pip3 install mfrc522
# sudo pip3 install systemd-python

# Turn SPI on
echo "dtparam=spi=on" | sudo tee -a /boot/config.txt


git clone https://github.com/waveshare/WM8960-Audio-HAT
Expand Down

0 comments on commit 8b5aa0c

Please sign in to comment.