eric6/MicroPython/__init__.py

Sat, 19 Oct 2019 20:32:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Oct 2019 20:32:26 +0200
changeset 7299
a22b87b46128
parent 7229
53054eb5b15a
child 7360
9190402e4505
permissions
-rw-r--r--

MicrobitDevices: modified the MicroPython flashing routine and the saving of scripts to the device.

# -*- coding: utf-8 -*-

# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing an interface to MicroPython devices like esp32.
"""

eric ide

mercurial