#include “mcc.h”        // Allows you to add delays
#include “EXAMPLE_BLE2.h”

// Adding arrays so that the data strings will be held in them
char temperature [50];
char heatindex [50];
char dewpoint [50];
char pressure [50];
char humidity [50];