src/eric7/MicroPython/__init__.py@1682f3203ae5
src/eric7/MicroPython/__init__.py
Sun, 21 Jan 2024 15:38:51 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 21 Jan 2024 15:38:51 +0100
- branch
- eric7
- changeset 10518
- 1682f3203ae5
- parent 10439
-
21c28b0f9e41
- child 11090
-
f5f5f5803935
- permissions
- -rw-r--r--
MicroPython
- Added a standalone application of the built-in MicroPython interface (`eric7_mpy`).
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""