24 from .DeviceBase import BaseDevice |
24 from .DeviceBase import BaseDevice |
25 |
25 |
26 |
26 |
27 class STLinkDevice(BaseDevice): |
27 class STLinkDevice(BaseDevice): |
28 """ |
28 """ |
29 Class implementing the device for PyBoard boards. |
29 Class implementing the device for STM32 STLink boards. |
30 """ |
30 """ |
31 |
31 |
32 DeviceVolumeName = "NODE_" |
32 DeviceVolumeName = "NODE_" |
33 |
33 |
34 def __init__(self, microPythonWidget, deviceType, parent=None): |
34 def __init__(self, microPythonWidget, deviceType, parent=None): |