src/eric7/MicroPython/__init__.py

Tue, 19 Jul 2022 17:04:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 19 Jul 2022 17:04:10 +0200
branch
eric7
changeset 9248
3859ac3b012a
parent 9209
b99e7fd55fd3
child 9653
e67609152c5e
permissions
-rw-r--r--

MicroPython
- updated the list of known CircuitPython boards
- updated the list of known UF2 capable boards

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

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

"""
Package implementing an interface to MicroPython devices like esp32.
"""

eric ide

mercurial