/*If using 1 GaussSense*/
const int MINI_GAUSSSENSE_AMOUNT = 1;
const int GS_ARRAY_W = 1;
const int GS_ARRAY_H = 1;
const int UPSAMPLE_RATE = 3;
/*If using 2x2 GaussSense Shield*/
const int MINI_GAUSSSENSE_AMOUNT = 4;
const int GS_ARRAY_W = 2;
const int GS_ARRAY_H = 2;
const int UPSAMPLE_RATE = 1;
void upSampling(UPSAMPLE_RATE);
void printUpsampledData();
/*If using 1 GaussSense*/
const int MINI_GAUSSSENSE_AMOUNT = 1;
const int GS_ARRAY_W = 1;
const int GS_ARRAY_H = 1;
const int UPSAMPLE_RATE = 3;
/*If using 2x2 GaussSense Shield*/
const int MINI_GAUSSSENSE_AMOUNT = 4;
const int GS_ARRAY_W = 2;
const int GS_ARRAY_H = 2;
const int UPSAMPLE_RATE = 1;
void upSampling(UPSAMPLE_RATE);
void printUpsampledData();