eric6/MicroPython/__init__.py@2ca7fb61a82f
eric6/MicroPython/__init__.py
Sat, 27 Jul 2019 15:43:21 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 27 Jul 2019 15:43:21 +0200
- branch
- micropython
- changeset 7087
- 2ca7fb61a82f
- parent 7054
-
fb84d8489bc1
- child 7229
-
53054eb5b15a
- permissions
- -rw-r--r--
MicroPythonReplWidget: added special handling for the Return and Enter keys to move the cursor to the end of line before passing it on to the REPL.
# -*- 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