Mon, 15 May 2023 13:37:37 +0200
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)
4
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
1 | # -*- coding: utf-8 -*- |
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
2 | |
60
c82fc89e80e4
Updated copyright for 2023.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
39
diff
changeset
|
3 | # Copyright (c) 2013 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> |
4
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
4 | # |
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
5 | |
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
6 | """ |
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
7 | Package implementing the APIs plugin providing extra API files. |
a27bb7a06650
Shortened lines to adhere to the 79 character limit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
0
diff
changeset
|
8 | """ |