src/eric7/MicroPython/__init__.py@a7cbf3d61498
src/eric7/MicroPython/__init__.py
Sat, 16 Jul 2022 18:14:30 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 16 Jul 2022 18:14:30 +0200
- branch
- eric7
- changeset 9238
- a7cbf3d61498
- parent 9209
-
b99e7fd55fd3
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
EricPathPicker, EricPathPickerDialog
- added/changed code to work with pathlib.Path objects next to string paths
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""