p9 bus emulation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .lcd import LCD, LCD_E_CLOCK_DATA, LCD_E_CLOCK_STATUS, LCD_LINE_WIDTH
|
||||
from .p9_bus import P9_ACK_BIT, P9_STROBE_BIT, P9Bus, P9StrobeEvent
|
||||
from .p9_bus import P9_ACK_BIT, P9_STROBE_BIT, P9Bus, P9StrobeEvent, P9TraceEvent
|
||||
|
||||
__all__ = [
|
||||
"LCD_E_CLOCK_DATA",
|
||||
@@ -12,4 +12,5 @@ __all__ = [
|
||||
"P9_STROBE_BIT",
|
||||
"P9Bus",
|
||||
"P9StrobeEvent",
|
||||
"P9TraceEvent",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user