eric6/MicroPython/__init__.py

Thu, 01 Aug 2019 20:25:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 01 Aug 2019 20:25:51 +0200
branch
micropython
changeset 7112
701cdc76f887
parent 7054
fb84d8489bc1
child 7229
53054eb5b15a
permissions
-rw-r--r--

MicroPythonCommandsInterface: made the switch to raw mode more speedy and changed the device code to avoid namespace pollution.

# -*- 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

eric ide

mercurial