[wpiutil] Move Color and Color8Bit from wpilib to wpiutil (#8437)

Removes one of the org.wpilib.util package conflicts for modularization.

Only a few minor tweaks were required to remove the wpimath dependency.
This commit is contained in:
Peter Johnson
2025-11-30 11:11:48 -08:00
committed by GitHub
parent e902a98601
commit 42992953ed
32 changed files with 468 additions and 385 deletions

View File

@@ -14,8 +14,6 @@ from ._wpilib import (
AnalogPotentiometer,
CAN,
CANStatus,
Color,
Color8Bit,
Compressor,
CompressorConfigType,
DSControlWord,
@@ -106,8 +104,6 @@ __all__ = [
"AnalogPotentiometer",
"CAN",
"CANStatus",
"Color",
"Color8Bit",
"Compressor",
"CompressorConfigType",
"DSControlWord",