/**
  Section: Global Variable Declaration
**/
// Flag that starts data acquisition
uint8_t start_flag = 0;

// Index for looping elements
uint8_t i;

// Counter for number of Push-ups 
uint16_t pushup_count = 0;