Bert
Bert
Power consumption of a Raspberry-pi Zero-2 is less than needed for the pi-4. So should be sufficient. Thanks for your post.
Hello, Not really as easy as using vscode, but maybe a temporary (not very sophisticated) hack: ```python from pybricks.hubs import PrimeHub from pybricks.pupdevices import Motor from pybricks.tools import wait from...
Tried with an ultra simple pybricks program on BlocklyPy with debug. This is a nice way to debug. OK, it has a bit of a learning curve. Thanks Attila, Bert
Hi Attila, In [the python doc about locals](https://docs.python.org/3/library/functions.html#locals) ``` In an [optimized scope](https://docs.python.org/3/glossary.html#term-optimized-scope) (including functions, generators, and coroutines), each call to locals() instead returns a fresh dictionary containing the current...
Thanks David.