Exemplo n.º 1
0
 def lightTagHandler(v, t, a):
     if v:
         flash.on()
     else:
         try:
             flash.off()
         except Exception as e:
             print(e)
         flash.release()
Exemplo n.º 2
0
Arquivo: main.py Projeto: susmit/plyer
 def release(self):
     flash.release()