Import/include array from another file?

Note that if xxxxx.h is in the same folder as the .ino file then the syntax to #include it is

#include "xxxxx.h"

rather than

#include <xxxxx.h>
1 Like