How to create a new micropython type in a c module #12321
Replies: 2 comments
-
https://github.com/micropython/micropython/wiki/Build-Troubleshooting#define_const_obj_type |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, that did the trick! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,

mp_obj_type_t seems to have changed recently and it uses slot_index_xxx now. Can you please point me to an example, how to create a new MP type.
I am trying to get the interface for tensorflow going and there the old way is used, which does not work any longer .
Beta Was this translation helpful? Give feedback.
All reactions