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

Feature/change the structure of the set get property to fit the variable data issue4 #8

Conversation

boobooboo2
Copy link
Contributor

No description provided.

@boobooboo2 boobooboo2 requested a review from lego8421 November 10, 2022 05:57
@boobooboo2 boobooboo2 self-assigned this Nov 10, 2022
[values[1], 0x00, values[2], 0x00])
return tuple(data)
return tuple(bytearray(struct.pack("f", values)))
elif data_type.find('s') != -1:
Copy link
Contributor

Choose a reason for hiding this comment

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

elif data_type in ['s8', 's16', 's32']

쓰는 타입만 걸러지게 변경

@lego8421 lego8421 merged commit 918479d into develop Nov 10, 2022
@lego8421 lego8421 deleted the feature/Change-the-structure-of-the-set-get-property-to-fit-the-variable-data-issue4 branch November 21, 2022 23:47
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.

2 participants