what does including a library do?
If you don't know, how do you know that you want to do it?
and how exactly can i do it?
#include "LibraryName,h"
or
#include <LibraryName.h>
depending on where the library is located, relative to the sketch.
what does including a library do?
If you don't know, how do you know that you want to do it?
and how exactly can i do it?
#include "LibraryName,h"
or
#include <LibraryName.h>
depending on where the library is located, relative to the sketch.