src/eric7/MicroPython/Tools/__init__.py

Fri, 06 Oct 2023 15:52:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 06 Oct 2023 15:52:33 +0200
branch
eric7
changeset 10229
e50bbf250343
parent 9915
fd5ff16632cb
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Extended the MicroPython code to give an indication, why the connection to a device failed.

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

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

"""
Package implementing some MicroPython related tools.

Note: There might be tools taken from third party sources.
"""

eric ide

mercurial