forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8717 from dhalbert/frozen-libraries-2023-12-12
update frozen libraries
- Loading branch information
Showing
40 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_APDS9960
updated
2 files
+2 −2 | adafruit_apds9960/apds9960.py | |
+2 −1 | docs/requirements.txt |
Submodule Adafruit_CircuitPython_BLE_Apple_Notification_Center
updated
1 files
+2 −1 | docs/requirements.txt |
Submodule Adafruit_CircuitPython_Display_Shapes
updated
6 files
+4 −0 | README.rst | |
+107 −0 | adafruit_display_shapes/arc.py | |
+3 −0 | docs/api.rst | |
+9 −0 | docs/examples.rst | |
+2 −1 | docs/requirements.txt | |
+73 −0 | examples/display_shapes_arc.py |
Submodule Adafruit_CircuitPython_ESP32SPI
updated
14 files
Submodule Adafruit_CircuitPython_HID
updated
2 files
+26 −18 | adafruit_hid/__init__.py | |
+2 −1 | docs/requirements.txt |
Submodule Adafruit_CircuitPython_RFM69
updated
2 files
+19 −14 | adafruit_rfm69.py | |
+2 −1 | docs/requirements.txt |
Submodule Adafruit_CircuitPython_Requests
updated
4 files
+2 −1 | docs/requirements.txt | |
+32 −25 | examples/requests_adafruit_discord_active_online.py | |
+312 −0 | examples/requests_api_fitbit.py | |
+38 −53 | examples/requests_api_twitch.py |
Submodule Adafruit_CircuitPython_asyncio
updated
2 files
+14 −5 | asyncio/core.py | |
+2 −1 | docs/requirements.txt |
Submodule Adafruit_CircuitPython_seesaw
updated
5 files
+2 −1 | adafruit_seesaw/attiny8x7.py | |
+2 −1 | adafruit_seesaw/attinyx16.py | |
+30 −12 | adafruit_seesaw/seesaw.py | |
+2 −1 | docs/requirements.txt | |
+3 −0 | examples/seesaw_rotary_simpletest.py |