Skip to content

Commit d91d2d6

Browse files
committed
Regenerate with the updated spec.
1 parent 2e34cda commit d91d2d6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ev3dev-lang

ev3dev/core.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,10 @@ def __init__(self, address=None, name_pattern=SYSTEM_DEVICE_NAME_CONVENTION, nam
18981898
# Raw Color Components. All LEDs rapidly cycling, appears white.
18991899
MODE_RGB_RAW = 'RGB-RAW'
19001900

1901-
# Red color.
1901+
# No color.
1902+
COLOR_NOCOLOR = 0
1903+
1904+
# Black color.
19021905
COLOR_BLACK = 1
19031906

19041907
# Blue color.

0 commit comments

Comments
 (0)