I have installed the Libraries Time and TimeAlarms, my program compiles fine and uploads fine but when running #include <Time.h> stays black along with #include <TimeAlarms.h> where the others three are red or blue does this mean that #include <Time.h> and #include <TimeAlarms.h> are not running? How do I correct?
#include <Time.h>
#include <TimeAlarms.h>
#include <Wire.h>
#include <Adafruit_MotorShield.h>
#include “utility/Adafruit_PWMServoDriver.h”