eric6/MicroPython/CircuitPythonDevices.py

changeset 7328
e2d85ef3fadb
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7327:71883ddcb762 7328:e2d85ef3fadb
242 242
243 @return documentation URL of the device 243 @return documentation URL of the device
244 @rtype str 244 @rtype str
245 """ 245 """
246 return Preferences.getMicroPython("CircuitPythonDocuUrl") 246 return Preferences.getMicroPython("CircuitPythonDocuUrl")
247
248 def getFirmwareUrl(self):
249 """
250 Public method to get the device firmware download URL.
251
252 @return firmware download URL of the device
253 @rtype str
254 """
255 return Preferences.getMicroPython("CircuitPythonFirmwareUrl")

eric ide

mercurial