We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ecc7e commit 328a9f9Copy full SHA for 328a9f9
Raspberry_Pi_NFC_Movie_Player/nfc_movie_player.py
@@ -14,9 +14,9 @@
14
from adafruit_pn532.spi import PN532_SPI
15
16
# ---- Update these file paths for your raspberry pi! ----
17
-home_path = "/home/YOUR-USERNAME"
18
-image_path = f"{home_path}/Pictures/blinka.png"
19
-movie_path = f"{home_path}/Videos"
+username = "YOUR-USERNAME"
+image_path = f"/home/{username}/Pictures/blinka.png"
+movie_path = f"/media/{username}/YOUR-M.2-DRIVE-NAME"
20
csv_file = "movies.csv"
21
# ----
22
0 commit comments