src/eric7/MicroPython/Devices/DeviceBase.py

branch
mpy_network
changeset 9808
b68af9fd6a7a
parent 9803
2ab3de60b51c
child 9816
4aeaf6df7283
equal deleted inserted replaced
9805:4a2657e29a32 9808:b68af9fd6a7a
323 return deviceDirectory 323 return deviceDirectory
324 else: 324 else:
325 # user cancelled 325 # user cancelled
326 return "" 326 return ""
327 327
328 # TODO: add sending in 'paste' mode
329 def sendCommands(self, commandsList): 328 def sendCommands(self, commandsList):
330 """ 329 """
331 Public method to send a list of commands to the device. 330 Public method to send a list of commands to the device.
332 331
333 @param commandsList list of commands to be sent to the device 332 @param commandsList list of commands to be sent to the device

eric ide

mercurial