Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
redplanet
/
pi_video_looper_gpio
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Add shebangs and make files executable
pull/27/head
Orgad Shaneh
8 lat temu
rodzic
449c39f1b1
commit
6ab0440eb0
10 zmienionych plików
z
11 dodań
i
0 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+0
-0
+1
-0
Adafruit_Video_Looper/directory.py
+1
-0
Adafruit_Video_Looper/hello_video.py
+1
-0
Adafruit_Video_Looper/model.py
+1
-0
Adafruit_Video_Looper/omxplayer.py
+1
-0
Adafruit_Video_Looper/usb_drive.py
+1
-0
Adafruit_Video_Looper/usb_drive_mounter.py
+1
-0
Adafruit_Video_Looper/video_looper.py
+2
-0
remount_rw_usbkey.sh
+2
-0
setup.py
+ 0
- 0
Wyświetl plik
+ 1
- 0
Adafruit_Video_Looper/directory.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/hello_video.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/model.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/omxplayer.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/usb_drive.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/usb_drive_mounter.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/video_looper.py
Wyświetl plik
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 2
- 0
remount_rw_usbkey.sh
Wyświetl plik
@@ -1 +1,3 @@
#!/bin/sh
sudo mount -o remount ,rw /mnt/usbdrive0
+ 2
- 0
setup.py
Wyświetl plik
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz