-
So I am new into microcontrollers and micropython, but I have a UM_TinyPico board I am trying to mess around with. However I am missing some UM_TinyPico specific imports (as those are not included after running the Is there another way to get those board specific stubs other than cloning the repo by hand to the project folder/using symbolic links? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry for not replying earlier, I think I need to set a notification for these discussions. currently I had not (yet) published more specific stubs such as the I have now (manually) published the v1.19.1 stubs. and I'll add that to the automated publishing process |
Beta Was this translation helpful? Give feedback.
Sorry for not replying earlier, I think I need to set a notification for these discussions.
currently I had not (yet) published more specific stubs such as the
UM_TinyPico
, but I can do thatthen the install would be something like:
pip install -U micropython-esp32-um_tinypico-stubs
I have now (manually) published the v1.19.1 stubs. and I'll add that to the automated publishing process
I