Fix linting; move kmk.util.intify_coordinate to kmk.matrix.intify_coordinate (trying to deprecate/remove util)
This commit is contained in:
@@ -3,6 +3,10 @@ import digitalio
|
||||
from kmk.consts import DiodeOrientation
|
||||
|
||||
|
||||
def intify_coordinate(row, col):
|
||||
return row << 8 | col
|
||||
|
||||
|
||||
class MatrixScanner:
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user