USING LIBRARIES

Hi. I know this may seem very stupid to some people and I know many will wonder why I'm posting this but I just don't get it. Why and how do you use libraries and what do they do? THANK YOU!

Ethan

Libraries are here to make programming simpler and easier. For example if you are going to create an IR remote project, you could either a)Program the whole IR sensor thing by yourself, which is difficult and complicated, or b)use an IR library to help you out. Libraries create command line, for example "strip.setPixelColor();".

Thank you @Electro_Dynamic ! I didn't realize they were just practically "pre-made" codes to help everyone all out.