eric6/MicroPython/__init__.py

Thu, 04 Feb 2021 20:15:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 04 Feb 2021 20:15:06 +0100
changeset 8072
58491f4c99d6
parent 7923
91e843545d9a
permissions
-rw-r--r--

MicroPython: added code to give a hint for CircuitPython devices, that do not support the UF2 bootloader for flashing.

# -*- 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