问题
Im looking for a way to program using python on an Arduino. Are there any up-to date interpreters available? I looked at some older questions, but there are no up-to date versions. Specifically, I'm looking for a way to program it on an Arduino Uno rev 3.
回答1:
You cannot program an Arduino Uno in Python. You need a more powerful MCU to run a Python compiler/runtime like MicroPython.
MicroPythons memory requirements exceed Arduinos specs.
来源:https://stackoverflow.com/questions/58878124/can-you-program-python-onto-an-arduino