Skip to content

Commit

Permalink
use get_report_descriptor in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Nov 21, 2024
1 parent 4fc7443 commit 373809e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions try.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
print("Manufacturer: %s" % h.get_manufacturer_string())
print("Product: %s" % h.get_product_string())
print("Serial No: %s" % h.get_serial_number_string())
print("Report descriptor: %s" % h.get_report_descriptor())

# enable non-blocking mode
h.set_nonblocking(1)
Expand Down

0 comments on commit 373809e

Please sign in to comment.