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)