An Arduino library is a bunch of Cpp files that you have to organize in a certain way. Then you import it, use it, and that’s it; creating an Arduino library is a great way to write reusable code for your projects, and also to help other Arduino developers in their own projects.
Let’s get started!
End Of Post