add first trigger

This commit is contained in:
chrys
2016-07-12 23:09:11 +02:00
parent 0fb493e391
commit 6f84710b6f
11 changed files with 144 additions and 35 deletions

View File

@ -7,7 +7,7 @@ class sound():
pass
def playSoundFile(self, Path):
pass
def setCallback(self, callback)
def setCallback(self, callback):
pass
def shutdown(self):
pass