src/eric7/MicroPython/RP2040Devices.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9496
05017f795c24
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
8 (e.g. Raspberry Pi Pico). 8 (e.g. Raspberry Pi Pico).
9 """ 9 """
10 10
11 from PyQt6.QtCore import pyqtSlot 11 from PyQt6.QtCore import pyqtSlot
12 12
13 from eric7 import Preferences
14
13 from .MicroPythonDevices import MicroPythonDevice 15 from .MicroPythonDevices import MicroPythonDevice
14 from .MicroPythonWidget import HAS_QTCHART 16 from .MicroPythonWidget import HAS_QTCHART
15
16 from eric7 import Preferences
17 17
18 18
19 class RP2040Device(MicroPythonDevice): 19 class RP2040Device(MicroPythonDevice):
20 """ 20 """
21 Class implementing the device for RP2040 based boards. 21 Class implementing the device for RP2040 based boards.

eric ide

mercurial