eric6/MicroPython/__init__.py@728018c32b09
eric6/MicroPython/__init__.py
Fri, 23 Aug 2019 14:49:59 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 23 Aug 2019 14:49:59 +0200
- changeset 7161
- 728018c32b09
- parent 7054
-
fb84d8489bc1
- child 7229
-
53054eb5b15a
- permissions
- -rw-r--r--
MicroPythonWidget: added actions to show the device documentation and to open the configuration page to the hamburger menu.
# -*- coding: utf-8 -*-
# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing an interface to MicroPython devices like esp32.
"""
from __future__ import unicode_literals