eric6/MicroPython/__init__.py

Sat, 06 Feb 2021 19:22:22 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Feb 2021 19:22:22 +0100
changeset 8082
2242a6a1d786
parent 7923
91e843545d9a
permissions
-rw-r--r--

MicroPython: added support for a generic MicroPython device where the user can configure the relevant paramaters through the 'Unknown Devices' dialogs.

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

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

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

eric ide

mercurial