Can you program python onto an Arduino

你。 提交于 2019-12-24 22:25:31

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!