Depends really. If it is for anything serious then I'd say give it another few months at least... (the main repository is changing by the hour).
It also depends on what level of python you want...
Type: Posts; User: 10bulls
Depends really. If it is for anything serious then I'd say give it another few months at least... (the main repository is changing by the hour).
It also depends on what level of python you want...
Just a quick update on my dabblings...
https://github.com/10bulls/libmpython
...is a new project that just builds a static library from the main micropython repository code.
This library is...
I have just uploaded a new git project...
https://github.com/10bulls/teensypy
This is a real cut down version that should be easier to get into.
It demonstrates
. running a python script...
I just added libmpython.a to the zumo1\libraries project so if anyone wants to add python to an arduino c++ sketch project, you could give that a go.
(so no need to build micropython)
If it helps, I have compiled the latest micropython branch to work with the teensy.
I'm not sure if main.c is working, (I wasn't too bothered with that). My main aim was to create a static...
Ah... I thought so....
About execute /boot.py
Executing boot.py
Done executing /boot.py
About execute '/src/main.py'
Executing main.py
Done executing '/src/main.py'
Hello Dave,
Thank you for all your hard work with the MicroPython port. I am really looking forward to getting this working on my teensy brained bots.
I am having a few problems getting...