本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
redplanet
/
pi_video_looper_gpio
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Add shebangs and make files executable
pull/27/head
Orgad Shaneh
8 年之前
父節點
449c39f1b1
當前提交
6ab0440eb0
共有
10 個檔案被更改
,包括
11 行新增
和
0 行删除
分割檢視
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
查看文件
+ 1
- 0
Adafruit_Video_Looper/directory.py
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -1 +1,3 @@
#!/bin/sh
sudo mount -o remount ,rw /mnt/usbdrive0
+ 2
- 0
setup.py
查看文件
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
Write
Preview
Loading…
取消
儲存