Arduino Libraries and how to use them
Introduction to the Arduino Library Manager Firstly, this lesson is a brief explanation about the Arduino Library Manager. We won't actually be using the library manager or any Arduino libraries during the Arduino Basics Bootcamp lessons. We do, however, believe it's an important concept we should get out of the way now. What are Arduino Libraries? Firstly, libraries are like cheat codes for Arduino. They give you easy code to do hard tasks, like running a sensor or using Wi-Fi.…