gpdaniels / spike-prime

Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
MIT License
282 stars 39 forks source link

Can you still write uncompiled programs? #30

Closed CloudMracek closed 2 years ago

CloudMracek commented 2 years ago

Is it still possible to write uncompiled .py files like in the 1.0 firmware? I'd like to write a program in micro-python and I want it to be launchable from the default menu. (Adding a program-picture etc.)

gpdaniels commented 2 years ago

No idea I'm afraid. I imagine you can add your own code to the boot.py file which I think runs first. I'm not sure how you'd integrate what you create with the *.mpy files that are already there.