eric7/MicroPython/__init__.py@49d93d0069af
eric7/MicroPython/__init__.py
Sat, 06 Nov 2021 16:27:39 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 06 Nov 2021 16:27:39 +0100
- branch
- eric7
- changeset 8762
- 49d93d0069af
- parent 8312
-
800c432b34c8
- child 8881
-
54e42bc2437a
- permissions
- -rw-r--r--
MicroPython: added '(0x8086, None)' to the list of ignores boards as it is used for some 8086 related chips.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""