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>
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>