APIs/MicroPython/circuitpython.bas

Mon, 15 May 2023 13:37:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 May 2023 13:37:37 +0200
branch
eric7
changeset 61
c3ff08a62f7f
parent 55
2fde8fbab230
permissions
-rw-r--r--

Updated to prepare a new release
- added platform specific MicroPython API files (µPy 1.20.0)
-- ESP32
-- ESP32 OTA
-- RP2 (RP2040 chip, Pi Pico, Pi Pico W, Pimoroni PicoLipo)
-- SAMD
-- STM32 incl. STM32 PyBoard v11
- updated the CircuitPython API file
- updated Adafruit CircuitPython Library Bundle API file
- added API files for the CircuitPython Community Bundle
- updated PyQt6 API files (for PyQt 6.5.0)

55
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 AllocationError Exception
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 BluetoothError Exception
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 FontProtocol Protocol
61
c3ff08a62f7f Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
4 IDFError builtins.OSError
55
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 MemoryError builtins.MemoryError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 RoleError BluetoothError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 SecurityError BluetoothError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 USBError OSError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 USBTimeoutError USBError
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 WatchDogTimeout Exception
2fde8fbab230 Updated the CircuitPython API file and added API files for the Adafruit CircuitPython Library Bundle.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 _Uname typing.NamedTuple
61
c3ff08a62f7f Updated to prepare a new release
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 55
diff changeset
12 gaierror OSError

eric ide

mercurial