[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,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.
package org.wpilib;
package org.wpilib.hardware.expansionhub;
import org.wpilib.hardware.hal.HAL;
import org.wpilib.networktables.BooleanSubscriber;

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.
package org.wpilib;
package org.wpilib.hardware.expansionhub;
import static org.wpilib.units.Units.Amps;
import static org.wpilib.units.Units.Volts;

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.
package org.wpilib;
package org.wpilib.hardware.expansionhub;
import org.wpilib.networktables.BooleanPublisher;
import org.wpilib.networktables.DoublePublisher;

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.
package org.wpilib;
package org.wpilib.hardware.expansionhub;
import static org.wpilib.units.Units.Degrees;
import static org.wpilib.units.Units.Microseconds;