eric6/MicroPython/__init__.py@a467ab075be0
eric6/MicroPython/__init__.py
Thu, 04 Feb 2021 14:38:01 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 04 Feb 2021 14:38:01 +0100
- changeset 8067
- a467ab075be0
- parent 7923
-
91e843545d9a
- permissions
- -rw-r--r--
MicroPython: added buttons to go to the 'home' directory (local and on device) to the MicroPython file manager and improved the workspace handling.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""