Skip to content

Commit

Permalink
Update v0.1.6.2a - Regorganized + Lib import + menu
Browse files Browse the repository at this point in the history
Update v0.1.6.2a - Regorganized + Lib import + menu
argument implementation
menu with assistent and help
disclaimer
minor bugfixes and typos
  • Loading branch information
wodowiesel committed Feb 15, 2018
1 parent 509950a commit d0f64fb
Show file tree
Hide file tree
Showing 317 changed files with 120,537 additions and 1,501 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Custom for Visual Studio
*.cs diff=csharp

# here c and py
#*.c diff=astextplain
#*.py diff=astextplain
*.sh diff=astextplain

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Network Trash Folder
Temporary Items
.apdisk

ctss infos.txt
mingw64 error-permission.bmp
7 changes: 4 additions & 3 deletions PiFm.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/python

import datetime
from subprocess import call

datetime.now().strftime('%d-%m-%Y %H:%M:%S')

def play_sound( filename ):
call(["./pifm", filename])
def play_sound(filename):
call (["./pifm", filename])
return

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d0f64fb

Please sign in to comment.