New/updated guides/libs
This commit is contained in:
parent
c2fc94a804
commit
285190d78c
1 changed files with 29 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ date: 2023-05-16 07:00:00 -0800
|
||||||
categories: weekly
|
categories: weekly
|
||||||
---
|
---
|
||||||
|
|
||||||
- [ ] Kattni updates
|
- [X] Kattni updates
|
||||||
- [ ] change date
|
- [ ] change date
|
||||||
- [ ] update title
|
- [ ] update title
|
||||||
- [ ] Feature story
|
- [ ] Feature story
|
||||||
|
|
@ -204,15 +204,11 @@ Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit ha
|
||||||
|
|
||||||
[](https://learn.adafruit.com/guides/latest)
|
[](https://learn.adafruit.com/guides/latest)
|
||||||
|
|
||||||
[title](url) from [name](url)
|
[Adafruit Feather RP2040 ThinkInk](https://learn.adafruit.com/adafruit-rp2040-feather-thinkink) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||||
|
|
||||||
[title](url) from [name](url)
|
[Adafruit PiCowbell CAN Bus for Pico](https://learn.adafruit.com/adafruit-picowbell-can-bus-for-pico) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||||
|
|
||||||
[title](url) from [name](url)
|
[Adafruit CAN Bus FeatherWing](https://learn.adafruit.com/adafruit-can-bus-featherwing) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||||
|
|
||||||
## Updated Learn Guides!
|
|
||||||
|
|
||||||
[title](url) from [name](url)
|
|
||||||
|
|
||||||
## CircuitPython Libraries!
|
## CircuitPython Libraries!
|
||||||
|
|
||||||
|
|
@ -226,21 +222,42 @@ 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).
|
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 **438**!
|
||||||
|
|
||||||
**New Libraries!**
|
**New Libraries!**
|
||||||
|
|
||||||
Here's this week's new CircuitPython libraries:
|
Here's this week's new CircuitPython libraries:
|
||||||
|
|
||||||
* [library](url)
|
* [adafruit/Adafruit_CircuitPython_wave](https://github.com/adafruit/Adafruit_CircuitPython_wave)
|
||||||
|
* [Uberi/biplane](https://github.com/Uberi/biplane)
|
||||||
|
* [jposada202020/CircuitPython_STTS22H](https://github.com/jposada202020/CircuitPython_STTS22H)
|
||||||
|
* [jposada202020/CircuitPython_BMP581](https://github.com/jposada202020/CircuitPython_BMP581)
|
||||||
|
|
||||||
**Updated Libraries!**
|
**Updated Libraries!**
|
||||||
|
|
||||||
Here's this week's updated CircuitPython libraries:
|
Here's this week's updated CircuitPython libraries:
|
||||||
|
|
||||||
* [library](url)
|
* [adafruit/Adafruit_CircuitPython_SSD1681](https://github.com/adafruit/Adafruit_CircuitPython_SSD1681)
|
||||||
|
* [adafruit/Adafruit_CircuitPython_DisplayIO_Layout](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout)
|
||||||
|
* [adafruit/Adafruit_CircuitPython_BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect)
|
||||||
|
* [jposada202020/CircuitPython_st](https://github.com/jposada202020/CircuitPython_st)
|
||||||
|
* [Neradoc/CircuitPython_tm1637_dis](https://github.com/Neradoc/CircuitPython_tm1637_dis)
|
||||||
|
* [jposada202020/CircuitPython_ArrowLine](https://github.com/jposada202020/CircuitPython_ArrowLine)
|
||||||
|
|
||||||
**Library Statistics**
|
**Library PyPI Weekly Download Statistics**
|
||||||
|
* **Total Library Stats**
|
||||||
|
* 85953 PyPI downloads over 311 libraries
|
||||||
|
* **Top 10 Libraries by PyPI Downloads**
|
||||||
|
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 7020
|
||||||
|
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 6133
|
||||||
|
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 1983
|
||||||
|
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1801
|
||||||
|
* Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 1122
|
||||||
|
* Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 1003
|
||||||
|
* Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt): 794
|
||||||
|
* Adafruit CircuitPython ServoKit (adafruit-circuitpython-servokit): 792
|
||||||
|
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 758
|
||||||
|
* Adafruit CircuitPython Pixelbuf (adafruit-circuitpython-pixelbuf): 744
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue