New/updated guides/libs
This commit is contained in:
parent
9d273924e1
commit
b47979cb83
1 changed files with 26 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ date: 2022-11-29 07:00:00 -0800
|
|||
categories: weekly
|
||||
---
|
||||
|
||||
- [ ] Kattni updates
|
||||
- [X] Kattni updates
|
||||
- [ ] change date
|
||||
- [ ] update title
|
||||
- [ ] Feature story
|
||||
|
|
@ -230,15 +230,7 @@ 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)
|
||||
|
||||
[title](url) from [name](url)
|
||||
|
||||
[title](url) from [name](url)
|
||||
|
||||
## Updated Learn Guides!
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Adafruit NeoPixel Driver BFF](https://learn.adafruit.com/adafruit-neopixel-driver-bff) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
## CircuitPython Libraries!
|
||||
|
||||
|
|
@ -252,19 +244,35 @@ 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 **393**!
|
||||
|
||||
**Updated Libraries!**
|
||||
|
||||
Here's this week's updated CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
* [Adafruit_CircuitPython_NeoPixel](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel)
|
||||
* [Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests)
|
||||
* [Adafruit_CircuitPython_HTTPServer](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer)
|
||||
* [Adafruit_CircuitPython_MCP4728](https://github.com/adafruit/Adafruit_CircuitPython_MCP4728)
|
||||
* [Adafruit_Blinka](https://github.com/adafruit/Adafruit_Blinka)
|
||||
* [Adafruit_Python_PlatformDetect](https://github.com/adafruit/Adafruit_Python_PlatformDetect)
|
||||
|
||||
**Library PyPI Weekly Download Stats**
|
||||
|
||||
* **Total Library Stats**
|
||||
* 183107 PyPI downloads over 323 libraries
|
||||
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* adafruit-circuitpython-busdevice: 17346
|
||||
* adafruit-circuitpython-requests: 16968
|
||||
* adafruit-circuitpython-typing: 16379
|
||||
* adafruit-circuitpython-register: 1985
|
||||
* adafruit-circuitpython-neopixel: 1081
|
||||
* adafruit-circuitpython-dht: 1051
|
||||
* adafruit-circuitpython-ssd1306: 925
|
||||
* adafruit-circuitpython-esp32spi: 918
|
||||
* adafruit-circuitpython-display-text: 903
|
||||
* adafruit-circuitpython-motor: 884
|
||||
|
||||
## What’s the team up to this week?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue