Replies: 1 comment 1 reply
-
Look in init.py. It's there |
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
-
Apologies if this question is so dumb it offends but we all have to start somewhere. To setup the ULP on the esp32s2 I have to do a once only
This makes an esp32_ulp folder on the esp32 & populates it with a bunch of files
The install must do something else too because if try just copying those 14 files into the esp32 (in lieu of doing an install) the user ulp code crashes at
'''
from esp32_ulp import src_to_binary
'''
What I don't understand is even when I mip.install there is no src_to_binary in the esp32_ulp folder. How is it the user code can import something that isn't there?
Beta Was this translation helpful? Give feedback.
All reactions