eric6/MicroPython/__init__.py@7742e0b96629
eric6/MicroPython/__init__.py
Sun, 07 Feb 2021 17:34:51 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 07 Feb 2021 17:34:51 +0100
- changeset 8084
- 7742e0b96629
- parent 7923
-
91e843545d9a
- permissions
- -rw-r--r--
MicroPython: extended the list of known CircuitPython devices by extracting the VID/PID from the CorcuitPython sources.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""