Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7 byte UID support and some small quality of live improvements #59

Merged
merged 10 commits into from
Oct 3, 2023

Conversation

kevinvalk
Copy link
Contributor

Resolves:

It requires some small modifications in readme and setup.py (URLs), but should be fine to merge.

rdr.wait_for_tag()
uid = rdr.read_id(as_number = True)
if uid is not None:
print(f'UID: {uid:X}')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a python3.6+ way for formatting a string, I just get an error testing with kivypie which only has 2.7 and 3.4
swapped it for print('UID: {:X}'.format(uid_number))

@bcran
Copy link

bcran commented Jun 11, 2020

Would there be interest in merging this if I worked to fix the print statement?

@ondryaso ondryaso merged commit 3a4da9e into ondryaso:master Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants