tools: remove non-working monitor.py
This commit is contained in:
parent
36e136b841
commit
727e964a77
|
@ -1,18 +0,0 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
|
||||
import sys
|
||||
|
||||
import hidapi
|
||||
|
||||
from logitech.unifying_receiver.base import DEVICE_NANO_RECEIVER, DEVICE_UNIFYING_RECEIVER, DEVICE_UNIFYING_RECEIVER_2
|
||||
|
||||
sys.path += (sys.path[0] + '/../lib', )
|
||||
|
||||
|
||||
def print_event(action, device):
|
||||
print('~~~~ device [%s] %s' % (action, device))
|
||||
|
||||
|
||||
hidapi.monitor(print_event, DEVICE_UNIFYING_RECEIVER, DEVICE_UNIFYING_RECEIVER_2, DEVICE_NANO_RECEIVER)
|
Loading…
Reference in New Issue