Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
redplanet
/
pi_video_looper_gpio
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Add shebangs and make files executable
pull/27/head
Orgad Shaneh
8 vuotta sitten
vanhempi
449c39f1b1
commit
6ab0440eb0
10 muutettua tiedostoa
jossa
11 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Näytä tiedosto
+ 1
- 0
Adafruit_Video_Looper/directory.py
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -1 +1,3 @@
#!/bin/sh
sudo mount -o remount ,rw /mnt/usbdrive0
+ 2
- 0
setup.py
Näytä tiedosto
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna