Difference between revisions of "Arduino加载库文件"
(Created page with "==Arduino加载库文件== 先把库文件从网站上下载下来,整个压缩包解压到Arduino IDE的libraries文件夹中。 <pre style="color:red"> 注意:库文...") |
(No difference)
|
Latest revision as of 14:22, 9 March 2018
Arduino加载库文件
先把库文件从网站上下载下来,整个压缩包解压到Arduino IDE的libraries文件夹中。
注意:库文件夹下要直接显示*.cpp和*.h文件,绝对不可以把这些库文件再套到二级以上目录,这样子就会导致IDE无法识别。
接下来直接用Arduino IDE运行Example里面的程序就可以了。