[wpilib] Move ExpansionHub to hardware/expansionhub (#8440)

These need to be moved out of the org.wpilib root for Java
modularization, and in general it's cleaner.
This commit is contained in:
Peter Johnson
2025-12-01 12:47:01 -08:00
committed by GitHub
parent ccfbf5f5b3
commit feea24251f
15 changed files with 61 additions and 61 deletions

View File

@@ -2,13 +2,13 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpi/ExpansionHub.hpp"
#include "wpi/hardware/expansionhub/ExpansionHub.hpp"
#include <memory>
#include "wpi/ExpansionHubMotor.hpp"
#include "wpi/ExpansionHubServo.hpp"
#include "wpi/hal/UsageReporting.h"
#include "wpi/hardware/expansionhub/ExpansionHubMotor.hpp"
#include "wpi/hardware/expansionhub/ExpansionHubServo.hpp"
#include "wpi/nt/BooleanTopic.hpp"
#include "wpi/system/Errors.hpp"
#include "wpi/system/SystemServer.hpp"

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpi/ExpansionHubMotor.hpp"
#include "wpi/hardware/expansionhub/ExpansionHubMotor.hpp"
#include "wpi/system/Errors.hpp"
#include "wpi/system/SystemServer.hpp"

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpi/ExpansionHubPidConstants.hpp"
#include "wpi/hardware/expansionhub/ExpansionHubPidConstants.hpp"
#include <string>

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "wpi/ExpansionHubServo.hpp"
#include "wpi/hardware/expansionhub/ExpansionHubServo.hpp"
#include "wpi/system/Errors.hpp"
#include "wpi/system/SystemServer.hpp"