Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve written typesheds for MicroPython (GitHub - hlovatt/PyBoardTypeshed: Typesheds (a.k.a.: interface stubs,
pyi
files, and type hints) for MicroPython.) to type buffers I currently use:I like some aspects of this solution e.g.:
But I don’t like that someone can’t write their own buffer type.
Beta Was this translation helpful? Give feedback.
All reactions