New/updated libs/guides
This commit is contained in:
parent
6812fa7042
commit
8d39e3bc9c
1 changed files with 24 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ date: 2023-06-06 07:00:00 -0800
|
|||
categories: weekly
|
||||
---
|
||||
|
||||
- [ ] Kattni updates
|
||||
- [X] Kattni updates
|
||||
- [ ] change date
|
||||
- [ ] update title
|
||||
- [ ] Feature story
|
||||
|
|
@ -218,15 +218,17 @@ Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit ha
|
|||
|
||||
[](https://learn.adafruit.com/guides/latest)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[PlayStation Spinner Controller](https://learn.adafruit.com/playstation-spinner-controller) from [John Park](https://learn.adafruit.com/u/johnpark)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[ESP32-S2 Reverse TFT Digital Clock Display featuring Blanka-chan!](https://learn.adafruit.com/esp32-s2-tft-digital-clock-display-featuring-blanka-chan) from [Trevor Beaton](https://learn.adafruit.com/u/Seekwill)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[LoRa Signal Bridge with the Feather RP2040 RFM](https://learn.adafruit.com/lora-signal-bridge-with-the-feather-rp2040-rfm) from [Eva Herrada](https://learn.adafruit.com/u/eherrada)
|
||||
|
||||
## Updated Learn Guides!
|
||||
[Adafruit I2S Amplifier BFF](https://learn.adafruit.com/i2s-amplifier-bff) from [Kattni](https://learn.adafruit.com/u/kattni)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Adafruit RP2040 Prop-Maker Feather](https://learn.adafruit.com/adafruit-rp2040-prop-maker-feather) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
[Adafruit NeoDriver - I2C to NeoPixel Driver](https://learn.adafruit.com/adafruit-neodriver-i2c-to-neopixel-driver) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
## CircuitPython Libraries!
|
||||
|
||||
|
|
@ -240,21 +242,28 @@ If you'd like to contribute, CircuitPython libraries are a great place to start.
|
|||
|
||||
You can check out this [list of all the Adafruit CircuitPython libraries and drivers available](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md).
|
||||
|
||||
The current number of CircuitPython libraries is **###**!
|
||||
|
||||
**New Libraries!**
|
||||
|
||||
Here's this week's new CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
The current number of CircuitPython libraries is **443**!
|
||||
|
||||
**Updated Libraries!**
|
||||
|
||||
Here's this week's updated CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
* [adafruit/Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests)
|
||||
|
||||
**Library Statistics**
|
||||
**Library PyPI Weekly Download Stats**
|
||||
* **Total Library Stats**
|
||||
* 139856 PyPI downloads over 310 libraries
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 5954
|
||||
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 5928
|
||||
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 1748
|
||||
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1488
|
||||
* Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 1137
|
||||
* Adafruit CircuitPython Display Text (adafruit-circuitpython-display-text): 1105
|
||||
* Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 1032
|
||||
* Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k): 1011
|
||||
* Adafruit CircuitPython BLE (adafruit-circuitpython-ble): 908
|
||||
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 891
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue