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 eric7 import Preferences, Utilities |
13 from eric7.EricWidgets import EricMessageBox |
14 from eric7.EricWidgets import EricMessageBox |
14 |
15 |
15 from .MicroPythonDevices import MicroPythonDevice |
16 from .MicroPythonDevices import MicroPythonDevice |
16 from .MicroPythonWidget import HAS_QTCHART |
17 from .MicroPythonWidget import HAS_QTCHART |
17 |
|
18 from eric7 import Preferences, Utilities |
|
19 |
18 |
20 |
19 |
21 class GenericMicroPythonDevice(MicroPythonDevice): |
20 class GenericMicroPythonDevice(MicroPythonDevice): |
22 """ |
21 """ |
23 Class implementing the device interface for generic MicroPython boards. |
22 Class implementing the device interface for generic MicroPython boards. |