APIs/MicroPython/circuitpython.bas

Wed, 28 Sep 2022 17:44:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 28 Sep 2022 17:44:38 +0200
branch
eric7
changeset 57
67e7ac09e569
parent 55
2fde8fbab230
child 61
c3ff08a62f7f
permissions
-rw-r--r--

Added platform specific MicroPython API file
- ESP32
- ESP8266
- RP2 (Raspberry Pi Pico, RP2040 chip)
- STM32

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
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
4 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
5 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
6 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
7 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
8 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
9 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
10 _Uname typing.NamedTuple

eric ide

mercurial