mcp4451: Minor update - remove unnecessary mcu import
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
147d805231
commit
a726c58671
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net>
|
||||
#
|
||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
import mcu, bus
|
||||
import bus
|
||||
|
||||
WiperRegisters = [0x00, 0x01, 0x06, 0x07]
|
||||
|
||||
|
|
Loading…
Reference in New Issue