pybricks.robotics: Car class updates.

Match minor firmware changes.
This commit is contained in:
Laurens Valk
2024-03-05 14:29:58 +01:00
parent 079b108680
commit 72f25cb88e
3 changed files with 20 additions and 32 deletions
-20
View File
@@ -20,26 +20,6 @@ def _create_snippet(class_name: str) -> str:
ENUMS = [
pytest.param(
"Button",
[
"BEACON",
"BLUETOOTH",
"CENTER",
"DOWN",
"LEFT",
"LEFT_DOWN",
"LEFT_MINUS",
"LEFT_PLUS",
"LEFT_UP",
"RIGHT",
"RIGHT_DOWN",
"RIGHT_MINUS",
"RIGHT_PLUS",
"RIGHT_UP",
"UP",
],
),
pytest.param(
"Color",
[