bool HardwareInterfaceMW::configureHook() {
  configureHookInitVariables();

  if (test_mode_) {
    return true;
  } else {
    return configureHookInitHardware();
  }
}
bool HardwareInterfaceMW::configureHook() {
  configureHookInitVariables();

  return configureHookInitHardware();
}