mblock

Python玩转Arduino——简单介绍

China☆狼群 提交于 2019-12-27 00:10:17
关于Python语言的介绍安装请参考 廖雪峰的Python教程 Python是一门解释型语言,虽然不能够像c语言一样编译上传到Arduino——什么你说MicroPython,我们再说Arduino呢——仍然是可以跟Arduino的玩耍的,就像scratch一样。 前言 Python玩转arduino的方式跟mblock的在线编程模式差不多的,都是先给arduino写入一个固件,然后操作,不同的是mblock是通过积木来向arduino下指令,这里我们用Python. mblock对arduino在线编程的步骤 连接arduino到电脑 打开mblock软件 选择对应端口 选择合适的控制板 然后我们就可以愉快的编程了. 用Python玩转Arduino 首先你要安装Python,并且确保安装了pip 然后我们要用到一个代码块 Python Arduino 原型API第二版 . This is a project based on the original Python Arduino Prototyping API . I started a fork and after a while the whole thing was getting too different to make a pull request so I just put it here. The old