Arduino庫
Arduino官方庫
|
庫 The Arduino environment can be extended through the use of libraries, just like most programming platforms. Libraries provide extra functionality for use in sketches, e.g. working with hardware or manipulating data. A number of libraries come installed with the IDE, but you can also download or create your own. See these instructions for details on installing libraries. There's also a tutorial on writing your own libraries.
- EEPROM - 讀寫「永久」儲存 - Ethernet - 用於使用Arduino乙太網擴展板連接到互聯網 - Firmata - 根據標準串列協議與電腦上的應用程序進行通信 - GSM - 用於使用GSM擴展板連接到 GSM/GRPS 網路 - LiguidCrystal - 控制液晶顯示屏(LCD) - SD - 用於讀寫SD卡 - Servo - 用於控制伺服電機(舵機) - SPI - 用於與使用串列外圍介面(SPI)匯流排的設備進行通信 - SoftwareSerial - 使用任何數字引腳進行串列通信( 1.0版本以後,整合了Mikal Hart的NewSoftSerial 庫作為 SoftwareSerial庫) - Stepper - 用戶控制步進電機 - TFT - 用於在TFT屏幕上繪製文本、圖像及形狀 - WiFi - 用於使用WiFi擴展板連接到網路 - Wire - 雙匯流排介面 (TWI/I2C) 用於設備或感測器通過網路發送、接收數據 The Matrix and Sprite libraries are no longer part of the core distribution. |
Due Only Libraries
- Audio - Play audio files from a SD card.
- Scheduler - Manage multiple non-blocking tasks.
- USBHost - Communicate with USB peripherals like mice and keyboards.
|}
原文出處:Arduino官網
更多建議和問題歡迎反饋至 YFRobot論壇