bool HomeSwitchGet (  ) 

Description:
HomeSwitchGet returns the current state of the Home switch input.
Returns:
(bool) State of the input.
Sample Code:
  if(axis->HomeSwitchGet() == true)
  {
    printf("Home Switch input is High\n");
  }