eric7/MicroPython/RP2040Devices.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
6 """ 6 """
7 Module implementing the device interface class for RP2040 based boards 7 Module implementing the device interface class for RP2040 based boards
8 (e.g. Raspberry Pi Pico). 8 (e.g. Raspberry Pi Pico).
9 """ 9 """
10 10
11 from PyQt5.QtCore import pyqtSlot 11 from PyQt6.QtCore import pyqtSlot
12 12
13 from .MicroPythonDevices import MicroPythonDevice 13 from .MicroPythonDevices import MicroPythonDevice
14 from .MicroPythonWidget import HAS_QTCHART 14 from .MicroPythonWidget import HAS_QTCHART
15 15
16 import Preferences 16 import Preferences

eric ide

mercurial