tools: remove non-working monitor.py

This commit is contained in:
Peter F. Patel-Schneider 2022-12-07 15:11:51 -05:00
parent 36e136b841
commit 727e964a77
1 changed files with 0 additions and 18 deletions

View File

@ -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)