“Arduino库”的版本间的差异
来自YFRobotwiki
第1行: | 第1行: | ||
=== [https://www.arduino.cc/en/Reference/Libraries Arduino官方库] === | === [https://www.arduino.cc/en/Reference/Libraries Arduino官方库] === | ||
− | + | ||
− | + | <font color="olivedrab" size="+2">'''库'''</font><br> | |
− | + | ||
− | <font color="olivedrab" size="+2">'''库'''</font> | + | |
'''Arduino 环境就像大多数编程平台一样可以使用类库。库可以为程序提供额外的功能,例如:使用硬件或操作数据。IDE可以安装很多库,当然你也可以下载或者创建你自己的库。'''<br> | '''Arduino 环境就像大多数编程平台一样可以使用类库。库可以为程序提供额外的功能,例如:使用硬件或操作数据。IDE可以安装很多库,当然你也可以下载或者创建你自己的库。'''<br> | ||
第13行: | 第12行: | ||
---- | ---- | ||
+ | |||
+ | {| border="0" cellpadding="10" width="100%" | ||
+ | |- | ||
+ | |width="50%" valign="top" align="left"| | ||
<font color="darkcyan" size="+1" >'''标准库'''</font> | <font color="darkcyan" size="+1" >'''标准库'''</font> | ||
第76行: | 第79行: | ||
:-[[Mouse库| Mouse ]] - Control cursor movement on a connected computer. | :-[[Mouse库| Mouse ]] - Control cursor movement on a connected computer. | ||
+ | |||
+ | |||
+ | |||
+ | |width="50%" valign="top" align="left"| | ||
<font color="darkcyan" size="+1" >'''其他库(第三方库)'''</font> | <font color="darkcyan" size="+1" >'''其他库(第三方库)'''</font> | ||
第85行: | 第92行: | ||
:- [http://www.yfrobot.com/thread-2377-1-1.html RFID库] - RFID 射频模块库 | :- [http://www.yfrobot.com/thread-2377-1-1.html RFID库] - RFID 射频模块库 | ||
− | :- [ | + | :- [[PS2 库 | PS2]] - PS2 Joystick library |
:-[[Messenger库| Messenger]] - for processing text-based messages from the computer | :-[[Messenger库| Messenger]] - for processing text-based messages from the computer | ||
第137行: | 第144行: | ||
<font color="lightseagreen" >'''实用工具库:'''</font> | <font color="lightseagreen" >'''实用工具库:'''</font> | ||
− | |||
− | |||
− | |||
|} | |} |
2016年8月18日 (四) 11:10的版本
Arduino官方库
库
Arduino 环境就像大多数编程平台一样可以使用类库。库可以为程序提供额外的功能,例如:使用硬件或操作数据。IDE可以安装很多库,当然你也可以下载或者创建你自己的库。
程序中使用库,从Sketch > Import Library中添加库。
标准库
|
其他库(第三方库) 如果你使用下面的库,你需要先安装它。当然你还可以编写自己的库文件。 通信(网络和协议):
时间:
|
原文出处:Arduino官网
更多建议和问题欢迎反馈至 YFRobot论坛