New/updated guides/libs
This commit is contained in:
parent
98f06682e6
commit
ceb7ac350a
1 changed files with 26 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ date: 2023-01-24 07:00:00 -0800
|
|||
categories: weekly
|
||||
---
|
||||
|
||||
- [ ] Kattni updates
|
||||
- [X] Kattni updates
|
||||
- [ ] change date
|
||||
- [ ] update title
|
||||
- [ ] Feature story
|
||||
|
|
@ -210,15 +210,9 @@ 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)
|
||||
[Adafruit IoT Button with NeoPixel BFF](https://learn.adafruit.com/adafruit-iot-button-with-neopixel-bff) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
[title](url) from [name](url)
|
||||
|
||||
[title](url) from [name](url)
|
||||
|
||||
## Updated Learn Guides!
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Adafruit PCA9546 4-Channel STEMMA QT Multiplexer](https://learn.adafruit.com/adafruit-pca9546-4-channel-stemma-qt-multiplexer) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
## CircuitPython Libraries!
|
||||
|
||||
|
|
@ -232,22 +226,40 @@ 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 **###**!
|
||||
The current number of CircuitPython libraries is **400**!
|
||||
|
||||
**New Libraries!**
|
||||
|
||||
Here's this week's new CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
* [DerBroader71/circuitpython_uuid4](https://github.com/DerBroader71/circuitpython_uuid4)
|
||||
|
||||
**Updated Libraries!**
|
||||
|
||||
Here's this week's updated CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
|
||||
**Library Statistics**
|
||||
* [adafruit/Adafruit_CircuitPython_Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k)
|
||||
* [adafruit/Adafruit_CircuitPython_LIDARLite](https://github.com/adafruit/Adafruit_CircuitPython_LIDARLite)
|
||||
* [adafruit/Adafruit_CircuitPython_PortalBase](https://github.com/adafruit/Adafruit_CircuitPython_PortalBase)
|
||||
* [adafruit/Adafruit_CircuitPython_Thermal_Printer](https://github.com/adafruit/Adafruit_CircuitPython_Thermal_Printer)
|
||||
* [adafruit/Adafruit_CircuitPython_MiniMQTT](https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT)
|
||||
* [jandelgado/jled-circuitpy](https://github.com/jandelgado/jled-circuitpy)
|
||||
* [CedarGroveStudios/CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802)
|
||||
|
||||
**Library PyPI Weekly Download Stats**
|
||||
* **Total Library Stats**
|
||||
* 102223 PyPI downloads over 306 libraries
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 18438
|
||||
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 17245
|
||||
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 1689
|
||||
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1640
|
||||
* Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 1158
|
||||
* Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 985
|
||||
* Adafruit CircuitPython MCP230xx (adafruit-circuitpython-mcp230xx): 977
|
||||
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 886
|
||||
* Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k): 874
|
||||
* Adafruit CircuitPython Pixelbuf (adafruit-circuitpython-pixelbuf): 774
|
||||
|
||||
|
||||
## What’s the team up to this week?
|
||||
|
|
|
|||
Loading…
Reference in a new issue