src/eric7/MicroPython/Tools/__init__.py

Thu, 04 May 2023 11:47:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 04 May 2023 11:47:21 +0200
branch
mpy_network
changeset 10012
d649d500a9a1
parent 9915
fd5ff16632cb
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- Added code to send OSD data to the MicroPython widget from the device interfaces.

# -*- coding: utf-8 -*-

# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing some MicroPython related tools.

Note: There might be tools taken from third party sources.
"""

eric ide

mercurial