mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user