emulator improvements
This commit is contained in:
10
h8536/emulator/peripherals/__init__.py
Normal file
10
h8536/emulator/peripherals/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .lcd import LCD_E_CLOCK_DATA, LCD_E_CLOCK_STATUS
|
||||
from .p9_bus import P9_ACK_BIT
|
||||
|
||||
__all__ = [
|
||||
"LCD_E_CLOCK_DATA",
|
||||
"LCD_E_CLOCK_STATUS",
|
||||
"P9_ACK_BIT",
|
||||
]
|
||||
Reference in New Issue
Block a user