Installing Arduino 3rd Party Libraries
Libraries are pieces of code that commonly add functionality for specific pieces of hardware (can be software functions). Instead of putting all that code into your sketch, you can include and call a library that has the functions you need, passing

