標(biāo)題: Arduino Libraries庫(kù)函數(shù)大全(word文檔下載) [打印本頁(yè)] 作者: wsnbb665 時(shí)間: 2018-6-12 15:07 標(biāo)題: Arduino Libraries庫(kù)函數(shù)大全(word文檔下載) Arduino Libraries庫(kù)函數(shù)大全
Libraries
目錄
Libraries provide extra functionality for use in sketches, e.g. working with hardware or manipulating data. To use a library in a sketch, select it from Sketch > Import Library.
Standard Libraries
• EEPROM - reading and writing to "permanent" storage
• Ethernet - for connecting to the internet using the Arduino Ethernet Shield
• Firmata - for communicating with applications on the computer using a standard serial protocol.
• LiquidCrystal - for controlling liquid crystal displays (LCDs)
• SD - for reading and writing SD cards
• Servo - for controlling servo motors
• SPI - for communicating with devices using the Serial Peripheral Interface (SPI) Bus
• SoftwareSerial - for serial communication on any digital pins. Version 1.0 and later of Arduino incorporate Mikal Hart's NewSoftSerial library as SoftwareSerial.
• Stepper - for controlling stepper motors
• WiFi - for connecting to the internet using the Arduino WiFi shield
• Wire - Two Wire Interface (TWI/I2C) for sending and receiving data over a net of devices or sensors.
The Matrix and Sprite libraries are no longer part of the core distribution.