8 (i.e. those devices not specifically supported yet). |
8 (i.e. those devices not specifically supported yet). |
9 """ |
9 """ |
10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from EricWidgets import EricMessageBox |
13 from eric7.EricWidgets import EricMessageBox |
14 |
14 |
15 from .MicroPythonDevices import MicroPythonDevice |
15 from .MicroPythonDevices import MicroPythonDevice |
16 from .MicroPythonWidget import HAS_QTCHART |
16 from .MicroPythonWidget import HAS_QTCHART |
17 |
17 |
18 import Preferences |
18 from eric7 import Preferences, Utilities |
19 import Utilities |
|
20 |
19 |
21 |
20 |
22 class GenericMicroPythonDevice(MicroPythonDevice): |
21 class GenericMicroPythonDevice(MicroPythonDevice): |
23 """ |
22 """ |
24 Class implementing the device interface for generic MicroPython boards. |
23 Class implementing the device interface for generic MicroPython boards. |