“Arduino库”的版本间的差异
来自YFRobotwiki
(未显示2个用户的10个中间版本) | |||
第92行: | 第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 | + | :-[[PS2库 | PS2]] - PS2 Joystick library |
+ | |||
+ | :-[[Json库 | Json]] - JSON library | ||
:-[[Messenger库| Messenger]] - for processing text-based messages from the computer | :-[[Messenger库| Messenger]] - for processing text-based messages from the computer | ||
第126行: | 第128行: | ||
:- [http://www.yfrobot.com/thread-2414-1-1.html Nokia 5110库] - drive 5110 liquid crystal display | :- [http://www.yfrobot.com/thread-2414-1-1.html Nokia 5110库] - drive 5110 liquid crystal display | ||
+ | :-[[u8glib库 | u8glib ]] | ||
− | + | :-[[u8g2库 | u8g2 ]] | |
+ | :-[[Adafruit_SSD1306库 | Adafruit_SSD1306 ]] | ||
+ | :-[[Adafruit_GFX库 | Adafruit_GFX ]] | ||
+ | |||
+ | :-[[Lixie库 | Lixie ]] | ||
+ | |||
+ | |||
+ | <font color="lightseagreen" >'''音频和波形:'''</font> | ||
+ | |||
+ | :-[[Arduino_FFT库 | FFT ]] | ||
第135行: | 第147行: | ||
+ | <font color="lightseagreen" >'''存储Flash:'''</font> | ||
+ | :-[[SPIFlash库 | SPIFlash]] | ||
<font color="lightseagreen" >'''时间:'''</font> | <font color="lightseagreen" >'''时间:'''</font> | ||
− | + | :-[[RTC_DS1307_DS3231库 | RTC_DS1307_DS3231 ]] | |
第150行: | 第164行: | ||
---- | ---- | ||
[[首页|返回首页]] | [[首页|返回首页]] | ||
+ | |||
+ | 欢迎加入群聊:[https://jq.qq.com/?_wv=1027&k=466mOjv 技术交流群] | ||
原文出处:[http://www.arduino.cc/en/Reference Arduino官网] | 原文出处:[http://www.arduino.cc/en/Reference Arduino官网] | ||
更多建议和问题欢迎反馈至 [http://www.yfrobot.com YFRobot论坛] | 更多建议和问题欢迎反馈至 [http://www.yfrobot.com YFRobot论坛] |
2017年4月18日 (二) 10:29的最后版本
Arduino官方库
库
Arduino 环境就像大多数编程平台一样可以使用类库。库可以为程序提供额外的功能,例如:使用硬件或操作数据。IDE可以安装很多库,当然你也可以下载或者创建你自己的库。
程序中使用库,从Sketch > Import Library中添加库。
标准库
|
其他库(第三方库) 如果你使用下面的库,你需要先安装它。当然你还可以编写自己的库文件。 通信(网络和协议):
|
欢迎加入群聊:技术交流群
原文出处:Arduino官网
更多建议和问题欢迎反馈至 YFRobot论坛