Skip to content
Discussion options

You must be logged in to vote

uctypes.addressof(obj)
from
(https://docs.micropython.org/en/latest/library/uctypes.html#uctypes.addressof)
should work, even if you didn't create the object with uctypes, as long it has the buffer protocol (which your array does).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GitRayman
Comment options

Answer selected by GitRayman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants