Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
redplanet
/
pi_video_looper_gpio
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Add shebangs and make files executable
pull/27/head
Orgad Shaneh
8 anos atrás
pai
449c39f1b1
commit
6ab0440eb0
10 arquivos alterados
com
11 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
+ 1
- 0
Adafruit_Video_Looper/directory.py
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -1 +1,3 @@
#!/bin/sh
sudo mount -o remount ,rw /mnt/usbdrive0
+ 2
- 0
setup.py
Ver arquivo
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar