Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bricknil/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

"""Useful constants for BrickNil
"""
from enum import Enum
import platform
from enum import Enum

if platform.system() == "Darwin":
USE_BLEAK = False
Expand Down Expand Up @@ -64,5 +64,6 @@ class Color(Enum):
0x003A: 'Powered Up Hub IMU Gyro',
0x003B: 'Powered Up Hub IMU Position',
0x003C: 'Powered Up Hub IMU Temperature',
0x0042: 'Debug', # There is a port with id 70 but is not currently known what this does (suspected to be debug port)
}