Merge remote-tracking branch 'origin/main' into library_development_doc
This commit is contained in:
commit
2023ac53a7
322 changed files with 752 additions and 341 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -11,11 +11,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
uses: actions/github-script@v6
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
with:
|
||||||
run: |
|
script: console.log(JSON.stringify(context, null, 2))
|
||||||
export GITHUB_CONTEXT
|
|
||||||
printenv GITHUB_CONTEXT
|
|
||||||
- name: Translate Repo Name For Build Tools filename_prefix
|
- name: Translate Repo Name For Build Tools filename_prefix
|
||||||
id: repo-name
|
id: repo-name
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
10
.github/workflows/images.yml
vendored
10
.github/workflows/images.yml
vendored
|
|
@ -10,18 +10,18 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: folder-images
|
group: bundle-folder-images
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-images:
|
update-images:
|
||||||
|
if: github.repository_owner == 'adafruit'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
uses: actions/github-script@v6
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
with:
|
||||||
run: echo "$GITHUB_CONTEXT"
|
script: console.log(JSON.stringify(context, null, 2))
|
||||||
|
|
||||||
- uses: actions/checkout@v2.2.0
|
- uses: actions/checkout@v2.2.0
|
||||||
|
|
||||||
- name: checkout submodules
|
- name: checkout submodules
|
||||||
|
|
|
||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -13,9 +13,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
uses: actions/github-script@v6
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
with:
|
||||||
run: echo "$GITHUB_CONTEXT"
|
script: console.log(JSON.stringify(context, null, 2))
|
||||||
- name: Translate Repo Name For Build Tools filename_prefix
|
- name: Translate Repo Name For Build Tools filename_prefix
|
||||||
id: repo-name
|
id: repo-name
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
45
.gitmodules
vendored
45
.gitmodules
vendored
|
|
@ -218,9 +218,6 @@
|
||||||
[submodule "libraries/drivers/mpl3115a2"]
|
[submodule "libraries/drivers/mpl3115a2"]
|
||||||
path = libraries/drivers/mpl3115a2
|
path = libraries/drivers/mpl3115a2
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git
|
||||||
[submodule "libraries/drivers/lsm303"]
|
|
||||||
path = libraries/drivers/lsm303
|
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM303.git
|
|
||||||
[submodule "libraries/drivers/ds18x20"]
|
[submodule "libraries/drivers/ds18x20"]
|
||||||
path = libraries/drivers/ds18x20
|
path = libraries/drivers/ds18x20
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_DS18X20.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_DS18X20.git
|
||||||
|
|
@ -887,3 +884,45 @@
|
||||||
[submodule "libraries/drivers/tsc2007"]
|
[submodule "libraries/drivers/tsc2007"]
|
||||||
path = libraries/drivers/tsc2007
|
path = libraries/drivers/tsc2007
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_TSC2007.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_TSC2007.git
|
||||||
|
[submodule "libraries/drivers/floppy"]
|
||||||
|
path = libraries/drivers/floppy
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_floppy.git
|
||||||
|
[submodule "libraries/drivers/pcf8574"]
|
||||||
|
path = libraries/drivers/pcf8574
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8574.git
|
||||||
|
[submodule "libraries/drivers/mmc56x3"]
|
||||||
|
path = libraries/drivers/mmc56x3
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3.git
|
||||||
|
[submodule "libraries/drivers/si1145"]
|
||||||
|
path = libraries/drivers/si1145
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_SI1145.git
|
||||||
|
[submodule "libraries/drivers/ags02ma"]
|
||||||
|
path = libraries/drivers/ags02ma
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_AGS02MA.git
|
||||||
|
[submodule "libraries/drivers/max1704x"]
|
||||||
|
path = libraries/drivers/max1704x
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x.git
|
||||||
|
[submodule "libraries/drivers/guvx-i2c"]
|
||||||
|
path = libraries/drivers/guvx-i2c
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_GUVX_I2C.git
|
||||||
|
[submodule "libraries/drivers/tca8418"]
|
||||||
|
path = libraries/drivers/tca8418
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
|
||||||
|
[submodule "libraries/drivers/ltr329_ltr303"]
|
||||||
|
path = libraries/drivers/ltr329_ltr303
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_LTR329_LTR303.git
|
||||||
|
[submodule "libraries/drivers/ens160"]
|
||||||
|
path = libraries/drivers/ens160
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_ENS160.git
|
||||||
|
[submodule "libraries/drivers/pcf8575"]
|
||||||
|
path = libraries/drivers/pcf8575
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git
|
||||||
|
[submodule "libraries/helpers/ble_beacon"]
|
||||||
|
path = libraries/helpers/ble_beacon
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git
|
||||||
|
[submodule "libraries/helpers/ble_file_transfer"]
|
||||||
|
path = libraries/helpers/ble_file_transfer
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer.git
|
||||||
|
[submodule "libraries/helpers/pastebin"]
|
||||||
|
path = libraries/helpers/pastebin
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git
|
||||||
|
|
|
||||||
|
|
@ -17,3 +17,4 @@ repos:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
exclude: .+\.md
|
||||||
|
|
|
||||||
10
README.rst
10
README.rst
|
|
@ -13,6 +13,10 @@ Adafruit CircuitPython Library Bundle
|
||||||
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
|
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
||||||
|
:target: https://github.com/psf/black
|
||||||
|
:alt: Code Style: Black
|
||||||
|
|
||||||
This repo bundles a bunch of useful CircuitPython libraries into an easy to
|
This repo bundles a bunch of useful CircuitPython libraries into an easy to
|
||||||
download zip file. CircuitPython boards can ship with the contents of the zip to
|
download zip file. CircuitPython boards can ship with the contents of the zip to
|
||||||
make it easy to provide a lot of libraries by default.
|
make it easy to provide a lot of libraries by default.
|
||||||
|
|
@ -82,15 +86,15 @@ To build this bundle locally you'll need to install the
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
python3 -m venv .env
|
python3 -m venv .venv
|
||||||
source .env/bin/activate
|
source .venv/bin/activate
|
||||||
pip install circuitpython-build-tools
|
pip install circuitpython-build-tools
|
||||||
|
|
||||||
Once installed, make sure you are in the virtual environment:
|
Once installed, make sure you are in the virtual environment:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
source .env/bin/activate
|
source .venv/bin/activate
|
||||||
|
|
||||||
Then run the build:
|
Then run the build:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Adafruit CircuitPython Libraries
|
# Adafruit CircuitPython Libraries
|
||||||

|

|
||||||
Here is a listing of current Adafruit CircuitPython Libraries.
|
Here is a listing of current Adafruit CircuitPython Libraries.
|
||||||
There are 295 libraries available.
|
There are 308 libraries available.
|
||||||
|
|
||||||
## Drivers:
|
## Drivers:
|
||||||
* [Adafruit CircuitPython 24LC32](https://github.com/adafruit/Adafruit_CircuitPython_24LC32.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-24lc32))
|
* [Adafruit CircuitPython 24LC32](https://github.com/adafruit/Adafruit_CircuitPython_24LC32.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-24lc32))
|
||||||
|
|
@ -10,6 +10,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython ADT7410](https://github.com/adafruit/Adafruit_CircuitPython_ADT7410.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adt7410))
|
* [Adafruit CircuitPython ADT7410](https://github.com/adafruit/Adafruit_CircuitPython_ADT7410.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adt7410))
|
||||||
* [Adafruit CircuitPython ADXL34x](https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adxl34x))
|
* [Adafruit CircuitPython ADXL34x](https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adxl34x))
|
||||||
* [Adafruit CircuitPython ADXL37x](https://github.com/adafruit/Adafruit_CircuitPython_ADXL37x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adxl37x))
|
* [Adafruit CircuitPython ADXL37x](https://github.com/adafruit/Adafruit_CircuitPython_ADXL37x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adxl37x))
|
||||||
|
* [Adafruit CircuitPython AGS02MA](https://github.com/adafruit/Adafruit_CircuitPython_AGS02MA.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ags02ma))
|
||||||
* [Adafruit CircuitPython AHTx0](https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ahtx0))
|
* [Adafruit CircuitPython AHTx0](https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ahtx0))
|
||||||
* [Adafruit CircuitPython AM2320](https://github.com/adafruit/Adafruit_CircuitPython_AM2320.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-am2320))
|
* [Adafruit CircuitPython AM2320](https://github.com/adafruit/Adafruit_CircuitPython_AM2320.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-am2320))
|
||||||
* [Adafruit CircuitPython AMG88xx](https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-amg88xx))
|
* [Adafruit CircuitPython AMG88xx](https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-amg88xx))
|
||||||
|
|
@ -30,9 +31,9 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython BluefruitSPI](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitSPI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bluefruitspi))
|
* [Adafruit CircuitPython BluefruitSPI](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitSPI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bluefruitspi))
|
||||||
* [Adafruit CircuitPython CAP1188](https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-cap1188))
|
* [Adafruit CircuitPython CAP1188](https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-cap1188))
|
||||||
* [Adafruit CircuitPython CCS811](https://github.com/adafruit/Adafruit_CircuitPython_CCS811.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ccs811))
|
* [Adafruit CircuitPython CCS811](https://github.com/adafruit/Adafruit_CircuitPython_CCS811.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ccs811))
|
||||||
* [Adafruit CircuitPython CLUE](https://github.com/adafruit/Adafruit_CircuitPython_CLUE.git)
|
* [Adafruit CircuitPython CLUE](https://github.com/adafruit/Adafruit_CircuitPython_CLUE.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-clue))
|
||||||
* [Adafruit CircuitPython CharLCD](https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-charlcd))
|
* [Adafruit CircuitPython CharLCD](https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-charlcd))
|
||||||
* [Adafruit CircuitPython CircuitPlayground](https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.git)
|
* [Adafruit CircuitPython CircuitPlayground](https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-circuitplayground))
|
||||||
* [Adafruit CircuitPython Crickit](https://github.com/adafruit/Adafruit_CircuitPython_Crickit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-crickit))
|
* [Adafruit CircuitPython Crickit](https://github.com/adafruit/Adafruit_CircuitPython_Crickit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-crickit))
|
||||||
* [Adafruit CircuitPython DHT](https://github.com/adafruit/Adafruit_CircuitPython_DHT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dht))
|
* [Adafruit CircuitPython DHT](https://github.com/adafruit/Adafruit_CircuitPython_DHT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dht))
|
||||||
* [Adafruit CircuitPython DPS310](https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dps310))
|
* [Adafruit CircuitPython DPS310](https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dps310))
|
||||||
|
|
@ -50,6 +51,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython DotStar](https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dotstar))
|
* [Adafruit CircuitPython DotStar](https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dotstar))
|
||||||
* [Adafruit CircuitPython DymoScale](https://github.com/adafruit/Adafruit_CircuitPython_DymoScale.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dymoscale))
|
* [Adafruit CircuitPython DymoScale](https://github.com/adafruit/Adafruit_CircuitPython_DymoScale.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dymoscale))
|
||||||
* [Adafruit CircuitPython EMC2101](https://github.com/adafruit/Adafruit_CircuitPython_EMC2101.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-emc2101))
|
* [Adafruit CircuitPython EMC2101](https://github.com/adafruit/Adafruit_CircuitPython_EMC2101.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-emc2101))
|
||||||
|
* [Adafruit CircuitPython ENS160](https://github.com/adafruit/Adafruit_CircuitPython_ENS160.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ens160))
|
||||||
* [Adafruit CircuitPython EPD](https://github.com/adafruit/Adafruit_CircuitPython_EPD.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-epd))
|
* [Adafruit CircuitPython EPD](https://github.com/adafruit/Adafruit_CircuitPython_EPD.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-epd))
|
||||||
* [Adafruit CircuitPython ESP ATcontrol](https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-esp-atcontrol))
|
* [Adafruit CircuitPython ESP ATcontrol](https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-esp-atcontrol))
|
||||||
* [Adafruit CircuitPython ESP32SPI](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-esp32spi))
|
* [Adafruit CircuitPython ESP32SPI](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-esp32spi))
|
||||||
|
|
@ -60,6 +62,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython Fingerprint](https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fingerprint))
|
* [Adafruit CircuitPython Fingerprint](https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fingerprint))
|
||||||
* [Adafruit CircuitPython FocalTouch](https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-focaltouch))
|
* [Adafruit CircuitPython FocalTouch](https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-focaltouch))
|
||||||
* [Adafruit CircuitPython GPS](https://github.com/adafruit/Adafruit_CircuitPython_GPS.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gps))
|
* [Adafruit CircuitPython GPS](https://github.com/adafruit/Adafruit_CircuitPython_GPS.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gps))
|
||||||
|
* [Adafruit CircuitPython GUVX I2C](https://github.com/adafruit/Adafruit_CircuitPython_GUVX_I2C.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-guvx-i2c))
|
||||||
* [Adafruit CircuitPython HCSR04](https://github.com/adafruit/Adafruit_CircuitPython_HCSR04.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hcsr04))
|
* [Adafruit CircuitPython HCSR04](https://github.com/adafruit/Adafruit_CircuitPython_HCSR04.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hcsr04))
|
||||||
* [Adafruit CircuitPython HT16K33](https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ht16k33))
|
* [Adafruit CircuitPython HT16K33](https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ht16k33))
|
||||||
* [Adafruit CircuitPython HTS221](https://github.com/adafruit/Adafruit_CircuitPython_HTS221.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hts221))
|
* [Adafruit CircuitPython HTS221](https://github.com/adafruit/Adafruit_CircuitPython_HTS221.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hts221))
|
||||||
|
|
@ -87,11 +90,12 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython LPS35HW](https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lps35hw))
|
* [Adafruit CircuitPython LPS35HW](https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lps35hw))
|
||||||
* [Adafruit CircuitPython LSM303 Accel](https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm303-accel))
|
* [Adafruit CircuitPython LSM303 Accel](https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm303-accel))
|
||||||
* [Adafruit CircuitPython LSM303DLH Mag](https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm303dlh-mag))
|
* [Adafruit CircuitPython LSM303DLH Mag](https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm303dlh-mag))
|
||||||
* [Adafruit CircuitPython LSM303](https://github.com/adafruit/Adafruit_CircuitPython_LSM303.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm303)) \([Docs](https://circuitpython.readthedocs.io/projects/lsm303/en/latest/))
|
|
||||||
* [Adafruit CircuitPython LSM6DS](https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm6ds))
|
* [Adafruit CircuitPython LSM6DS](https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm6ds))
|
||||||
* [Adafruit CircuitPython LSM9DS0](https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS0.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm9ds0))
|
* [Adafruit CircuitPython LSM9DS0](https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS0.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm9ds0))
|
||||||
* [Adafruit CircuitPython LSM9DS1](https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS1.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm9ds1))
|
* [Adafruit CircuitPython LSM9DS1](https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS1.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lsm9ds1))
|
||||||
|
* [Adafruit CircuitPython LTR329 LTR303](https://github.com/adafruit/Adafruit_CircuitPython_LTR329_LTR303.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ltr329-ltr303))
|
||||||
* [Adafruit CircuitPython LTR390](https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ltr390))
|
* [Adafruit CircuitPython LTR390](https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ltr390))
|
||||||
|
* [Adafruit CircuitPython MAX1704x](https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max1704x))
|
||||||
* [Adafruit CircuitPython MAX31855](https://github.com/adafruit/Adafruit_CircuitPython_MAX31855.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31855))
|
* [Adafruit CircuitPython MAX31855](https://github.com/adafruit/Adafruit_CircuitPython_MAX31855.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31855))
|
||||||
* [Adafruit CircuitPython MAX31856](https://github.com/adafruit/Adafruit_CircuitPython_MAX31856.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31856))
|
* [Adafruit CircuitPython MAX31856](https://github.com/adafruit/Adafruit_CircuitPython_MAX31856.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31856))
|
||||||
* [Adafruit CircuitPython MAX31865](https://github.com/adafruit/Adafruit_CircuitPython_MAX31865.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31865))
|
* [Adafruit CircuitPython MAX31865](https://github.com/adafruit/Adafruit_CircuitPython_MAX31865.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-max31865))
|
||||||
|
|
@ -109,7 +113,8 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython MLX90614](https://github.com/adafruit/Adafruit_CircuitPython_MLX90614.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mlx90614))
|
* [Adafruit CircuitPython MLX90614](https://github.com/adafruit/Adafruit_CircuitPython_MLX90614.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mlx90614))
|
||||||
* [Adafruit CircuitPython MLX90640](https://github.com/adafruit/Adafruit_CircuitPython_MLX90640.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mlx90640))
|
* [Adafruit CircuitPython MLX90640](https://github.com/adafruit/Adafruit_CircuitPython_MLX90640.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mlx90640))
|
||||||
* [Adafruit CircuitPython MMA8451](https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mma8451))
|
* [Adafruit CircuitPython MMA8451](https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mma8451))
|
||||||
* [Adafruit CircuitPython MONSTERM4SK](https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git)
|
* [Adafruit CircuitPython MMC56x3](https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mmc56x3))
|
||||||
|
* [Adafruit CircuitPython MONSTERM4SK](https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-monsterm4sk))
|
||||||
* [Adafruit CircuitPython MPL115A2](https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpl115a2))
|
* [Adafruit CircuitPython MPL115A2](https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpl115a2))
|
||||||
* [Adafruit CircuitPython MPL3115A2](https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpl3115a2))
|
* [Adafruit CircuitPython MPL3115A2](https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpl3115a2))
|
||||||
* [Adafruit CircuitPython MPR121](https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpr121))
|
* [Adafruit CircuitPython MPR121](https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-mpr121))
|
||||||
|
|
@ -122,19 +127,21 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython NeoPixel](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neopixel))
|
* [Adafruit CircuitPython NeoPixel](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neopixel))
|
||||||
* [Adafruit CircuitPython NeoTrellis](https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neotrellis))
|
* [Adafruit CircuitPython NeoTrellis](https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neotrellis))
|
||||||
* [Adafruit CircuitPython Nunchuk](https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-nunchuk))
|
* [Adafruit CircuitPython Nunchuk](https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-nunchuk))
|
||||||
* [Adafruit CircuitPython OV2640](https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git)
|
* [Adafruit CircuitPython OV2640](https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ov2640))
|
||||||
* [Adafruit CircuitPython OV5640](https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git)
|
* [Adafruit CircuitPython OV5640](https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ov5640))
|
||||||
* [Adafruit CircuitPython OV7670](https://github.com/adafruit/Adafruit_CircuitPython_OV7670)
|
* [Adafruit CircuitPython OV7670](https://github.com/adafruit/Adafruit_CircuitPython_OV7670) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ov7670))
|
||||||
* [Adafruit CircuitPython PCA9685](https://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pca9685))
|
* [Adafruit CircuitPython PCA9685](https://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pca9685))
|
||||||
* [Adafruit CircuitPython PCD8544](https://github.com/adafruit/Adafruit_CircuitPython_PCD8544.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcd8544))
|
* [Adafruit CircuitPython PCD8544](https://github.com/adafruit/Adafruit_CircuitPython_PCD8544.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcd8544))
|
||||||
* [Adafruit CircuitPython PCF8523](https://github.com/adafruit/Adafruit_CircuitPython_PCF8523.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8523))
|
* [Adafruit CircuitPython PCF8523](https://github.com/adafruit/Adafruit_CircuitPython_PCF8523.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8523))
|
||||||
* [Adafruit CircuitPython PCF8563](https://github.com/adafruit/Adafruit_CircuitPython_PCF8563.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8563))
|
* [Adafruit CircuitPython PCF8563](https://github.com/adafruit/Adafruit_CircuitPython_PCF8563.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8563))
|
||||||
|
* [Adafruit CircuitPython PCF8574](https://github.com/adafruit/Adafruit_CircuitPython_PCF8574.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8574))
|
||||||
|
* [Adafruit CircuitPython PCF8575](https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8575))
|
||||||
* [Adafruit CircuitPython PCF8591](https://github.com/adafruit/Adafruit_CircuitPython_PCF8591.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8591))
|
* [Adafruit CircuitPython PCF8591](https://github.com/adafruit/Adafruit_CircuitPython_PCF8591.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pcf8591))
|
||||||
* [Adafruit CircuitPython PCT2075](https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pct2075))
|
* [Adafruit CircuitPython PCT2075](https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pct2075))
|
||||||
* [Adafruit CircuitPython PM25](https://github.com/adafruit/Adafruit_CircuitPython_PM25.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pm25))
|
* [Adafruit CircuitPython PM25](https://github.com/adafruit/Adafruit_CircuitPython_PM25.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pm25))
|
||||||
* [Adafruit CircuitPython PN532](https://github.com/adafruit/Adafruit_CircuitPython_PN532.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pn532))
|
* [Adafruit CircuitPython PN532](https://github.com/adafruit/Adafruit_CircuitPython_PN532.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pn532))
|
||||||
* [Adafruit CircuitPython Pixie](https://github.com/adafruit/Adafruit_CircuitPython_Pixie.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixie))
|
* [Adafruit CircuitPython Pixie](https://github.com/adafruit/Adafruit_CircuitPython_Pixie.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixie))
|
||||||
* [Adafruit CircuitPython PyPortal](https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git)
|
* [Adafruit CircuitPython PyPortal](https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pyportal))
|
||||||
* [Adafruit CircuitPython RA8875](https://github.com/adafruit/Adafruit_CircuitPython_RA8875.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ra8875))
|
* [Adafruit CircuitPython RA8875](https://github.com/adafruit/Adafruit_CircuitPython_RA8875.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ra8875))
|
||||||
* [Adafruit CircuitPython RFM69](https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rfm69))
|
* [Adafruit CircuitPython RFM69](https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rfm69))
|
||||||
* [Adafruit CircuitPython RFM9x](https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rfm9x))
|
* [Adafruit CircuitPython RFM9x](https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rfm9x))
|
||||||
|
|
@ -149,6 +156,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython SHT31D](https://github.com/adafruit/Adafruit_CircuitPython_SHT31D.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sht31d))
|
* [Adafruit CircuitPython SHT31D](https://github.com/adafruit/Adafruit_CircuitPython_SHT31D.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sht31d))
|
||||||
* [Adafruit CircuitPython SHT4x](https://github.com/adafruit/Adafruit_CircuitPython_SHT4x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sht4x))
|
* [Adafruit CircuitPython SHT4x](https://github.com/adafruit/Adafruit_CircuitPython_SHT4x.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sht4x))
|
||||||
* [Adafruit CircuitPython SHTC3](https://github.com/adafruit/Adafruit_CircuitPython_SHTC3.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-shtc3))
|
* [Adafruit CircuitPython SHTC3](https://github.com/adafruit/Adafruit_CircuitPython_SHTC3.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-shtc3))
|
||||||
|
* [Adafruit CircuitPython SI1145](https://github.com/adafruit/Adafruit_CircuitPython_SI1145.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si1145))
|
||||||
* [Adafruit CircuitPython SI4713](https://github.com/adafruit/Adafruit_CircuitPython_SI4713.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si4713))
|
* [Adafruit CircuitPython SI4713](https://github.com/adafruit/Adafruit_CircuitPython_SI4713.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si4713))
|
||||||
* [Adafruit CircuitPython SI5351](https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si5351))
|
* [Adafruit CircuitPython SI5351](https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si5351))
|
||||||
* [Adafruit CircuitPython SI7021](https://github.com/adafruit/Adafruit_CircuitPython_SI7021.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si7021))
|
* [Adafruit CircuitPython SI7021](https://github.com/adafruit/Adafruit_CircuitPython_SI7021.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-si7021))
|
||||||
|
|
@ -171,6 +179,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython Seesaw](https://github.com/adafruit/Adafruit_CircuitPython_Seesaw.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-seesaw))
|
* [Adafruit CircuitPython Seesaw](https://github.com/adafruit/Adafruit_CircuitPython_Seesaw.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-seesaw))
|
||||||
* [Adafruit CircuitPython SharpMemoryDisplay](https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sharpmemorydisplay))
|
* [Adafruit CircuitPython SharpMemoryDisplay](https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-sharpmemorydisplay))
|
||||||
* [Adafruit CircuitPython TC74](https://github.com/adafruit/Adafruit_CircuitPython_TC74.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tc74))
|
* [Adafruit CircuitPython TC74](https://github.com/adafruit/Adafruit_CircuitPython_TC74.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tc74))
|
||||||
|
* [Adafruit CircuitPython TCA8418](https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tca8418))
|
||||||
* [Adafruit CircuitPython TCA9548A](https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tca9548a))
|
* [Adafruit CircuitPython TCA9548A](https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tca9548a))
|
||||||
* [Adafruit CircuitPython TCS34725](https://github.com/adafruit/Adafruit_CircuitPython_TCS34725.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tcs34725))
|
* [Adafruit CircuitPython TCS34725](https://github.com/adafruit/Adafruit_CircuitPython_TCS34725.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tcs34725))
|
||||||
* [Adafruit CircuitPython TFmini](https://github.com/adafruit/Adafruit_CircuitPython_TFmini.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tfmini))
|
* [Adafruit CircuitPython TFmini](https://github.com/adafruit/Adafruit_CircuitPython_TFmini.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tfmini))
|
||||||
|
|
@ -206,6 +215,7 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython VS1053](https://github.com/adafruit/Adafruit_CircuitPython_VS1053.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-vs1053))
|
* [Adafruit CircuitPython VS1053](https://github.com/adafruit/Adafruit_CircuitPython_VS1053.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-vs1053))
|
||||||
* [Adafruit CircuitPython WS2801](https://github.com/adafruit/Adafruit_CircuitPython_WS2801.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ws2801))
|
* [Adafruit CircuitPython WS2801](https://github.com/adafruit/Adafruit_CircuitPython_WS2801.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ws2801))
|
||||||
* [Adafruit CircuitPython Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-wiznet5k))
|
* [Adafruit CircuitPython Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-wiznet5k))
|
||||||
|
* [Adafruit CircuitPython floppy](https://github.com/adafruit/Adafruit_CircuitPython_floppy.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-floppy))
|
||||||
|
|
||||||
## Helpers:
|
## Helpers:
|
||||||
* [Adafruit CircuitPython AVRprog](https://github.com/adafruit/Adafruit_CircuitPython_AVRprog.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-avrprog))
|
* [Adafruit CircuitPython AVRprog](https://github.com/adafruit/Adafruit_CircuitPython_AVRprog.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-avrprog))
|
||||||
|
|
@ -216,10 +226,12 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython BLE Adafruit](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-adafruit))
|
* [Adafruit CircuitPython BLE Adafruit](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-adafruit))
|
||||||
* [Adafruit CircuitPython BLE Apple Media](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-apple-media))
|
* [Adafruit CircuitPython BLE Apple Media](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-apple-media))
|
||||||
* [Adafruit CircuitPython BLE Apple Notification Center](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-apple-notification-center))
|
* [Adafruit CircuitPython BLE Apple Notification Center](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-apple-notification-center))
|
||||||
|
* [Adafruit CircuitPython BLE Beacon](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-beacon))
|
||||||
* [Adafruit CircuitPython BLE BerryMed Pulse Oximeter](https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-berrymed-pulse-oximeter))
|
* [Adafruit CircuitPython BLE BerryMed Pulse Oximeter](https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-berrymed-pulse-oximeter))
|
||||||
* [Adafruit CircuitPython BLE BroadcastNet](https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-broadcastnet))
|
* [Adafruit CircuitPython BLE BroadcastNet](https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-broadcastnet))
|
||||||
* [Adafruit CircuitPython BLE Cycling Speed and Cadence](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Cycling_Speed_and_Cadence.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-cycling-speed-and-cadence))
|
* [Adafruit CircuitPython BLE Cycling Speed and Cadence](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Cycling_Speed_and_Cadence.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-cycling-speed-and-cadence))
|
||||||
* [Adafruit CircuitPython BLE Eddystone](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-eddystone))
|
* [Adafruit CircuitPython BLE Eddystone](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-eddystone))
|
||||||
|
* [Adafruit CircuitPython BLE File Transfer](https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-file-transfer))
|
||||||
* [Adafruit CircuitPython BLE Heart Rate](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Heart_Rate.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-heart-rate))
|
* [Adafruit CircuitPython BLE Heart Rate](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Heart_Rate.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-heart-rate))
|
||||||
* [Adafruit CircuitPython BLE LYWSD03MMC](https://github.com/adafruit/Adafruit_CircuitPython_BLE_LYWSD03MMC.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-lywsd03mmc))
|
* [Adafruit CircuitPython BLE LYWSD03MMC](https://github.com/adafruit/Adafruit_CircuitPython_BLE_LYWSD03MMC.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-lywsd03mmc))
|
||||||
* [Adafruit CircuitPython BLE MIDI](https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-midi))
|
* [Adafruit CircuitPython BLE MIDI](https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-midi))
|
||||||
|
|
@ -231,11 +243,11 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython Bitmap Font](https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bitmap-font))
|
* [Adafruit CircuitPython Bitmap Font](https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bitmap-font))
|
||||||
* [Adafruit CircuitPython BitmapSaver](https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bitmapsaver))
|
* [Adafruit CircuitPython BitmapSaver](https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bitmapsaver))
|
||||||
* [Adafruit CircuitPython BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bluefruitconnect))
|
* [Adafruit CircuitPython BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-bluefruitconnect))
|
||||||
* [Adafruit CircuitPython BoardTest](https://github.com/adafruit/Adafruit_CircuitPython_BoardTest.git)
|
* [Adafruit CircuitPython BoardTest](https://github.com/adafruit/Adafruit_CircuitPython_BoardTest.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-boardtest))
|
||||||
* [Adafruit CircuitPython BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-busdevice))
|
* [Adafruit CircuitPython BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-busdevice))
|
||||||
* [Adafruit CircuitPython Colorsys](https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git)
|
* [Adafruit CircuitPython Colorsys](https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-colorsys))
|
||||||
* [Adafruit CircuitPython CursorControl](https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-cursorcontrol))
|
* [Adafruit CircuitPython CursorControl](https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-cursorcontrol))
|
||||||
* [Adafruit CircuitPython Dash Display](https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display)
|
* [Adafruit CircuitPython Dash Display](https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display) ([PyPi](https://pypi.org/project/adafruit-circuitpython-dash-display))
|
||||||
* [Adafruit CircuitPython Debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debouncer))
|
* [Adafruit CircuitPython Debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debouncer))
|
||||||
* [Adafruit CircuitPython Debug I2C](https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debug-i2c))
|
* [Adafruit CircuitPython Debug I2C](https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debug-i2c))
|
||||||
* [Adafruit CircuitPython Display Button](https://github.com/adafruit/Adafruit_CircuitPython_Display_Button.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-display-button))
|
* [Adafruit CircuitPython Display Button](https://github.com/adafruit/Adafruit_CircuitPython_Display_Button.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-display-button))
|
||||||
|
|
@ -244,26 +256,26 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython Display Text](https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-display-text))
|
* [Adafruit CircuitPython Display Text](https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-display-text))
|
||||||
* [Adafruit CircuitPython DisplayIO Layout](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-displayio-layout))
|
* [Adafruit CircuitPython DisplayIO Layout](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-displayio-layout))
|
||||||
* [Adafruit CircuitPython Ducky](https://github.com/adafruit/Adafruit_CircuitPython_Ducky.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ducky))
|
* [Adafruit CircuitPython Ducky](https://github.com/adafruit/Adafruit_CircuitPython_Ducky.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ducky))
|
||||||
* [Adafruit CircuitPython ESP32S2TFT](https://github.com/adafruit/Adafruit_CircuitPython_ESP32S2TFT.git)
|
* [Adafruit CircuitPython ESP32S2TFT](https://github.com/adafruit/Adafruit_CircuitPython_ESP32S2TFT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-esp32s2tft))
|
||||||
* [Adafruit CircuitPython FakeRequests](https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fakerequests))
|
* [Adafruit CircuitPython FakeRequests](https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fakerequests))
|
||||||
* [Adafruit CircuitPython FancyLED](https://github.com/adafruit/Adafruit_CircuitPython_FancyLED.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fancyled))
|
* [Adafruit CircuitPython FancyLED](https://github.com/adafruit/Adafruit_CircuitPython_FancyLED.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fancyled))
|
||||||
* [Adafruit CircuitPython FeatherWing](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-featherwing))
|
* [Adafruit CircuitPython FeatherWing](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-featherwing))
|
||||||
* [Adafruit CircuitPython FunHouse](https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git)
|
* [Adafruit CircuitPython FunHouse](https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-funhouse))
|
||||||
* [Adafruit CircuitPython GC IOT Core](https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gc-iot-core))
|
* [Adafruit CircuitPython GC IOT Core](https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gc-iot-core))
|
||||||
* [Adafruit CircuitPython Gizmo](https://github.com/adafruit/Adafruit_CircuitPython_Gizmo.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gizmo))
|
* [Adafruit CircuitPython Gizmo](https://github.com/adafruit/Adafruit_CircuitPython_Gizmo.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gizmo))
|
||||||
* [Adafruit CircuitPython HID](https://github.com/adafruit/Adafruit_CircuitPython_HID.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hid))
|
* [Adafruit CircuitPython HID](https://github.com/adafruit/Adafruit_CircuitPython_HID.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hid))
|
||||||
* [Adafruit CircuitPython HTTPServer](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-httpserver))
|
* [Adafruit CircuitPython HTTPServer](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-httpserver))
|
||||||
* [Adafruit CircuitPython Hue](https://github.com/adafruit/Adafruit_CircuitPython_Hue.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hue))
|
* [Adafruit CircuitPython Hue](https://github.com/adafruit/Adafruit_CircuitPython_Hue.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hue))
|
||||||
* [Adafruit CircuitPython ImageLoad](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-imageload))
|
* [Adafruit CircuitPython ImageLoad](https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-imageload))
|
||||||
* [Adafruit CircuitPython IterTools](https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git)
|
* [Adafruit CircuitPython IterTools](https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-itertools))
|
||||||
* [Adafruit CircuitPython JWT](https://github.com/adafruit/Adafruit_CircuitPython_JWT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-jwt))
|
* [Adafruit CircuitPython JWT](https://github.com/adafruit/Adafruit_CircuitPython_JWT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-jwt))
|
||||||
* [Adafruit CircuitPython LED Animation](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-led-animation))
|
* [Adafruit CircuitPython LED Animation](https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-led-animation))
|
||||||
* [Adafruit CircuitPython LIFX](https://github.com/adafruit/Adafruit_CircuitPython_LIFX.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lifx))
|
* [Adafruit CircuitPython LIFX](https://github.com/adafruit/Adafruit_CircuitPython_LIFX.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lifx))
|
||||||
* [Adafruit CircuitPython Logging](https://github.com/adafruit/Adafruit_CircuitPython_Logging.git)
|
* [Adafruit CircuitPython Logging](https://github.com/adafruit/Adafruit_CircuitPython_Logging.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-logging))
|
||||||
* [Adafruit CircuitPython MIDI](https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-midi))
|
* [Adafruit CircuitPython MIDI](https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-midi))
|
||||||
* [Adafruit CircuitPython MacroPad](https://github.com/adafruit/Adafruit_CircuitPython_MacroPad.git)
|
* [Adafruit CircuitPython MacroPad](https://github.com/adafruit/Adafruit_CircuitPython_MacroPad.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-macropad))
|
||||||
* [Adafruit CircuitPython MagTag](https://github.com/adafruit/Adafruit_CircuitPython_MagTag.git)
|
* [Adafruit CircuitPython MagTag](https://github.com/adafruit/Adafruit_CircuitPython_MagTag.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-magtag))
|
||||||
* [Adafruit CircuitPython MatrixPortal](https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git)
|
* [Adafruit CircuitPython MatrixPortal](https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-matrixportal))
|
||||||
* [Adafruit CircuitPython MiniMQTT](https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-minimqtt))
|
* [Adafruit CircuitPython MiniMQTT](https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-minimqtt))
|
||||||
* [Adafruit CircuitPython MotorKit](https://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-motorkit))
|
* [Adafruit CircuitPython MotorKit](https://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-motorkit))
|
||||||
* [Adafruit CircuitPython Motor](https://github.com/adafruit/Adafruit_CircuitPython_Motor.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-motor))
|
* [Adafruit CircuitPython Motor](https://github.com/adafruit/Adafruit_CircuitPython_Motor.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-motor))
|
||||||
|
|
@ -272,7 +284,8 @@ There are 295 libraries available.
|
||||||
* [Adafruit CircuitPython OAuth2](https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-oauth2))
|
* [Adafruit CircuitPython OAuth2](https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-oauth2))
|
||||||
* [Adafruit CircuitPython OneWire](https://github.com/adafruit/Adafruit_CircuitPython_OneWire.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-onewire))
|
* [Adafruit CircuitPython OneWire](https://github.com/adafruit/Adafruit_CircuitPython_OneWire.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-onewire))
|
||||||
* [Adafruit CircuitPython PIOASM](https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pioasm))
|
* [Adafruit CircuitPython PIOASM](https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pioasm))
|
||||||
* [Adafruit CircuitPython PYOA](https://github.com/adafruit/Adafruit_CircuitPython_PYOA.git)
|
* [Adafruit CircuitPython PYOA](https://github.com/adafruit/Adafruit_CircuitPython_PYOA.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pyoa))
|
||||||
|
* [Adafruit CircuitPython Pastebin](https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pastebin))
|
||||||
* [Adafruit CircuitPython Pixel Framebuf](https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixel-framebuf))
|
* [Adafruit CircuitPython Pixel Framebuf](https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixel-framebuf))
|
||||||
* [Adafruit CircuitPython Pixelbuf](https://github.com/adafruit/Adafruit_CircuitPython_Pixelbuf.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixelbuf))
|
* [Adafruit CircuitPython Pixelbuf](https://github.com/adafruit/Adafruit_CircuitPython_Pixelbuf.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pixelbuf))
|
||||||
* [Adafruit CircuitPython PortalBase](https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-portalbase))
|
* [Adafruit CircuitPython PortalBase](https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-portalbase))
|
||||||
|
|
|
||||||
315
circuitpython_library_pypi_stats.md
Normal file
315
circuitpython_library_pypi_stats.md
Normal file
|
|
@ -0,0 +1,315 @@
|
||||||
|
# Adafruit CircuitPython Library Download Stats
|
||||||
|

|
||||||
|
### Here is a listing of current Adafruit CircuitPython libraries download statistics.
|
||||||
|
**There are 308 libraries available.**
|
||||||
|
|
||||||
|
|
||||||
|
**Total Blinka downloads: 33616**
|
||||||
|
**Total PyPI library downloads: 195955**
|
||||||
|
|
||||||
|
| Library (PyPI Package) | Downloads in the Last 7 Days |
|
||||||
|
| --- | --- |
|
||||||
|
| Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice) | 27656 downloads |
|
||||||
|
| Adafruit CircuitPython Requests (adafruit-circuitpython-requests) | 26927 downloads |
|
||||||
|
| Adafruit CircuitPython Register (adafruit-circuitpython-register) | 1717 downloads |
|
||||||
|
| Adafruit CircuitPython ESP32SPI (adafruit-circuitpython-esp32spi) | 1402 downloads |
|
||||||
|
| Adafruit CircuitPython BitbangIO (adafruit-circuitpython-bitbangio) | 1307 downloads |
|
||||||
|
| Adafruit CircuitPython BLE (adafruit-circuitpython-ble) | 1283 downloads |
|
||||||
|
| Adafruit CircuitPython Display Text (adafruit-circuitpython-display-text) | 1193 downloads |
|
||||||
|
| Adafruit CircuitPython Motor (adafruit-circuitpython-motor) | 1186 downloads |
|
||||||
|
| Adafruit CircuitPython GPS (adafruit-circuitpython-gps) | 1145 downloads |
|
||||||
|
| Adafruit CircuitPython Wiznet5k (adafruit-circuitpython-wiznet5k) | 1103 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1306 (adafruit-circuitpython-ssd1306) | 1052 downloads |
|
||||||
|
| Adafruit CircuitPython HT16K33 (adafruit-circuitpython-ht16k33) | 1028 downloads |
|
||||||
|
| Adafruit CircuitPython MiniMQTT (adafruit-circuitpython-minimqtt) | 1025 downloads |
|
||||||
|
| Adafruit CircuitPython ADS1x15 (adafruit-circuitpython-ads1x15) | 994 downloads |
|
||||||
|
| Adafruit CircuitPython RGB Display (adafruit-circuitpython-rgb-display) | 983 downloads |
|
||||||
|
| Adafruit CircuitPython ServoKit (adafruit-circuitpython-servokit) | 963 downloads |
|
||||||
|
| Adafruit CircuitPython PortalBase (adafruit-circuitpython-portalbase) | 960 downloads |
|
||||||
|
| Adafruit CircuitPython DHT (adafruit-circuitpython-dht) | 955 downloads |
|
||||||
|
| Adafruit CircuitPython Seesaw (adafruit-circuitpython-seesaw) | 933 downloads |
|
||||||
|
| Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel) | 923 downloads |
|
||||||
|
| Adafruit CircuitPython BNO055 (adafruit-circuitpython-bno055) | 916 downloads |
|
||||||
|
| Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685) | 915 downloads |
|
||||||
|
| Adafruit CircuitPython BME280 (adafruit-circuitpython-bme280) | 910 downloads |
|
||||||
|
| Adafruit CircuitPython framebuf (adafruit-circuitpython-framebuf) | 881 downloads |
|
||||||
|
| Adafruit CircuitPython AdafruitIO (adafruit-circuitpython-adafruitio) | 846 downloads |
|
||||||
|
| Adafruit CircuitPython miniQR (adafruit-circuitpython-miniqr) | 839 downloads |
|
||||||
|
| Adafruit CircuitPython DisplayIO Layout (adafruit-circuitpython-displayio-layout) | 831 downloads |
|
||||||
|
| Adafruit CircuitPython Display Shapes (adafruit-circuitpython-display-shapes) | 785 downloads |
|
||||||
|
| Adafruit CircuitPython FeatherWing (adafruit-circuitpython-featherwing) | 782 downloads |
|
||||||
|
| Adafruit CircuitPython RFM9x (adafruit-circuitpython-rfm9x) | 777 downloads |
|
||||||
|
| Adafruit CircuitPython LED Animation (adafruit-circuitpython-led-animation) | 773 downloads |
|
||||||
|
| Adafruit CircuitPython HID (adafruit-circuitpython-hid) | 764 downloads |
|
||||||
|
| Adafruit CircuitPython MCP230xx (adafruit-circuitpython-mcp230xx) | 730 downloads |
|
||||||
|
| Adafruit CircuitPython INA219 (adafruit-circuitpython-ina219) | 707 downloads |
|
||||||
|
| Adafruit CircuitPython LIS3DH (adafruit-circuitpython-lis3dh) | 692 downloads |
|
||||||
|
| Adafruit CircuitPython STMPE610 (adafruit-circuitpython-stmpe610) | 687 downloads |
|
||||||
|
| Adafruit CircuitPython PIOASM (adafruit-circuitpython-pioasm) | 684 downloads |
|
||||||
|
| Adafruit CircuitPython ADXL34x (adafruit-circuitpython-adxl34x) | 682 downloads |
|
||||||
|
| Adafruit CircuitPython BME680 (adafruit-circuitpython-bme680) | 678 downloads |
|
||||||
|
| Adafruit CircuitPython PN532 (adafruit-circuitpython-pn532) | 675 downloads |
|
||||||
|
| Adafruit CircuitPython Bitmap Font (adafruit-circuitpython-bitmap-font) | 675 downloads |
|
||||||
|
| Adafruit CircuitPython ESP ATcontrol (adafruit-circuitpython-esp-atcontrol) | 673 downloads |
|
||||||
|
| Adafruit CircuitPython ImageLoad (adafruit-circuitpython-imageload) | 661 downloads |
|
||||||
|
| Adafruit CircuitPython CharLCD (adafruit-circuitpython-charlcd) | 644 downloads |
|
||||||
|
| Adafruit CircuitPython IS31FL3731 (adafruit-circuitpython-is31fl3731) | 639 downloads |
|
||||||
|
| Adafruit CircuitPython Slideshow (adafruit-circuitpython-slideshow) | 635 downloads |
|
||||||
|
| Adafruit CircuitPython LSM6DS (adafruit-circuitpython-lsm6ds) | 635 downloads |
|
||||||
|
| Adafruit CircuitPython PyBadger (adafruit-circuitpython-pybadger) | 619 downloads |
|
||||||
|
| Adafruit CircuitPython MLX90614 (adafruit-circuitpython-mlx90614) | 619 downloads |
|
||||||
|
| Adafruit CircuitPython INA260 (adafruit-circuitpython-ina260) | 615 downloads |
|
||||||
|
| Adafruit CircuitPython 74HC595 (adafruit-circuitpython-74hc595) | 608 downloads |
|
||||||
|
| Adafruit CircuitPython SHT31D (adafruit-circuitpython-sht31d) | 595 downloads |
|
||||||
|
| Adafruit CircuitPython EPD (adafruit-circuitpython-epd) | 593 downloads |
|
||||||
|
| Adafruit CircuitPython VL53L0X (adafruit-circuitpython-vl53l0x) | 592 downloads |
|
||||||
|
| Adafruit CircuitPython MotorKit (adafruit-circuitpython-motorkit) | 591 downloads |
|
||||||
|
| Adafruit CircuitPython FXAS21002C (adafruit-circuitpython-fxas21002c) | 588 downloads |
|
||||||
|
| Adafruit CircuitPython SGP30 (adafruit-circuitpython-sgp30) | 585 downloads |
|
||||||
|
| Adafruit CircuitPython VL6180X (adafruit-circuitpython-vl6180x) | 578 downloads |
|
||||||
|
| Adafruit CircuitPython DPS310 (adafruit-circuitpython-dps310) | 575 downloads |
|
||||||
|
| Adafruit CircuitPython MIDI (adafruit-circuitpython-midi) | 574 downloads |
|
||||||
|
| Adafruit CircuitPython Pixelbuf (adafruit-circuitpython-pixelbuf) | 571 downloads |
|
||||||
|
| Adafruit CircuitPython RFM69 (adafruit-circuitpython-rfm69) | 568 downloads |
|
||||||
|
| Adafruit CircuitPython AMG88xx (adafruit-circuitpython-amg88xx) | 561 downloads |
|
||||||
|
| Adafruit CircuitPython ProgressBar (adafruit-circuitpython-progressbar) | 557 downloads |
|
||||||
|
| Adafruit CircuitPython RTTTL (adafruit-circuitpython-rtttl) | 556 downloads |
|
||||||
|
| Adafruit CircuitPython APDS9960 (adafruit-circuitpython-apds9960) | 552 downloads |
|
||||||
|
| Adafruit CircuitPython VEML7700 (adafruit-circuitpython-veml7700) | 552 downloads |
|
||||||
|
| Adafruit CircuitPython TinyLoRa (adafruit-circuitpython-tinylora) | 551 downloads |
|
||||||
|
| Adafruit CircuitPython SI5351 (adafruit-circuitpython-si5351) | 551 downloads |
|
||||||
|
| Adafruit CircuitPython IRRemote (adafruit-circuitpython-irremote) | 549 downloads |
|
||||||
|
| Adafruit CircuitPython SD (adafruit-circuitpython-sd) | 535 downloads |
|
||||||
|
| Adafruit CircuitPython Fingerprint (adafruit-circuitpython-fingerprint) | 532 downloads |
|
||||||
|
| Adafruit CircuitPython LIS3MDL (adafruit-circuitpython-lis3mdl) | 532 downloads |
|
||||||
|
| Adafruit CircuitPython BluefruitConnect (adafruit-circuitpython-bluefruitconnect) | 528 downloads |
|
||||||
|
| Adafruit CircuitPython BMP280 (adafruit-circuitpython-bmp280) | 528 downloads |
|
||||||
|
| Adafruit CircuitPython AzureIoT (adafruit-circuitpython-azureiot) | 528 downloads |
|
||||||
|
| Adafruit CircuitPython TCA9548A (adafruit-circuitpython-tca9548a) | 525 downloads |
|
||||||
|
| Adafruit CircuitPython TSL2561 (adafruit-circuitpython-tsl2561) | 525 downloads |
|
||||||
|
| Adafruit CircuitPython Waveform (adafruit-circuitpython-waveform) | 525 downloads |
|
||||||
|
| Adafruit CircuitPython MLX90393 (adafruit-circuitpython-mlx90393) | 525 downloads |
|
||||||
|
| Adafruit CircuitPython MPR121 (adafruit-circuitpython-mpr121) | 524 downloads |
|
||||||
|
| Adafruit CircuitPython HTU21D (adafruit-circuitpython-htu21d) | 523 downloads |
|
||||||
|
| Adafruit CircuitPython MAX31855 (adafruit-circuitpython-max31855) | 519 downloads |
|
||||||
|
| Adafruit CircuitPython L3GD20 (adafruit-circuitpython-l3gd20) | 518 downloads |
|
||||||
|
| Adafruit CircuitPython LIS2MDL (adafruit-circuitpython-lis2mdl) | 515 downloads |
|
||||||
|
| Adafruit CircuitPython FocalTouch (adafruit-circuitpython-focaltouch) | 514 downloads |
|
||||||
|
| Adafruit CircuitPython MCP9600 (adafruit-circuitpython-mcp9600) | 513 downloads |
|
||||||
|
| Adafruit CircuitPython FRAM (adafruit-circuitpython-fram) | 513 downloads |
|
||||||
|
| Adafruit CircuitPython SI4713 (adafruit-circuitpython-si4713) | 512 downloads |
|
||||||
|
| Adafruit CircuitPython ST7789 (adafruit-circuitpython-st7789) | 510 downloads |
|
||||||
|
| Adafruit CircuitPython DS18X20 (adafruit-circuitpython-ds18x20) | 510 downloads |
|
||||||
|
| Adafruit CircuitPython VCNL4010 (adafruit-circuitpython-vcnl4010) | 510 downloads |
|
||||||
|
| Adafruit CircuitPython Display Button (adafruit-circuitpython-display-button) | 509 downloads |
|
||||||
|
| Adafruit CircuitPython RA8875 (adafruit-circuitpython-ra8875) | 502 downloads |
|
||||||
|
| Adafruit CircuitPython VC0706 (adafruit-circuitpython-vc0706) | 501 downloads |
|
||||||
|
| Adafruit CircuitPython MAX31856 (adafruit-circuitpython-max31856) | 501 downloads |
|
||||||
|
| Adafruit CircuitPython TSL2591 (adafruit-circuitpython-tsl2591) | 499 downloads |
|
||||||
|
| Adafruit CircuitPython SI7021 (adafruit-circuitpython-si7021) | 496 downloads |
|
||||||
|
| Adafruit CircuitPython PM25 (adafruit-circuitpython-pm25) | 494 downloads |
|
||||||
|
| Adafruit CircuitPython MCP9808 (adafruit-circuitpython-mcp9808) | 492 downloads |
|
||||||
|
| Adafruit CircuitPython NTP (adafruit-circuitpython-ntp) | 492 downloads |
|
||||||
|
| Adafruit CircuitPython BMP3XX (adafruit-circuitpython-bmp3xx) | 491 downloads |
|
||||||
|
| Adafruit CircuitPython MPL3115A2 (adafruit-circuitpython-mpl3115a2) | 491 downloads |
|
||||||
|
| Adafruit CircuitPython LSM9DS1 (adafruit-circuitpython-lsm9ds1) | 487 downloads |
|
||||||
|
| Adafruit CircuitPython DotStar (adafruit-circuitpython-dotstar) | 486 downloads |
|
||||||
|
| Adafruit CircuitPython DS1307 (adafruit-circuitpython-ds1307) | 485 downloads |
|
||||||
|
| Adafruit CircuitPython Crickit (adafruit-circuitpython-crickit) | 481 downloads |
|
||||||
|
| Adafruit CircuitPython DS3231 (adafruit-circuitpython-ds3231) | 481 downloads |
|
||||||
|
| Adafruit CircuitPython WS2801 (adafruit-circuitpython-ws2801) | 481 downloads |
|
||||||
|
| Adafruit CircuitPython AVRprog (adafruit-circuitpython-avrprog) | 478 downloads |
|
||||||
|
| Adafruit CircuitPython VEML6070 (adafruit-circuitpython-veml6070) | 478 downloads |
|
||||||
|
| Adafruit CircuitPython miniesptool (adafruit-circuitpython-miniesptool) | 477 downloads |
|
||||||
|
| Adafruit CircuitPython turtle (adafruit-circuitpython-turtle) | 476 downloads |
|
||||||
|
| Adafruit CircuitPython TrellisM4 (adafruit-circuitpython-trellism4) | 471 downloads |
|
||||||
|
| Adafruit CircuitPython PCF8523 (adafruit-circuitpython-pcf8523) | 470 downloads |
|
||||||
|
| Adafruit CircuitPython MPU6050 (adafruit-circuitpython-mpu6050) | 468 downloads |
|
||||||
|
| Adafruit CircuitPython AS7341 (adafruit-circuitpython-as7341) | 467 downloads |
|
||||||
|
| Adafruit CircuitPython PCT2075 (adafruit-circuitpython-pct2075) | 467 downloads |
|
||||||
|
| Adafruit CircuitPython FXOS8700 (adafruit-circuitpython-fxos8700) | 467 downloads |
|
||||||
|
| Adafruit CircuitPython asyncio (adafruit-circuitpython-asyncio) | 463 downloads |
|
||||||
|
| Adafruit CircuitPython CAP1188 (adafruit-circuitpython-cap1188) | 463 downloads |
|
||||||
|
| Adafruit CircuitPython Touchscreen (adafruit-circuitpython-touchscreen) | 463 downloads |
|
||||||
|
| Adafruit CircuitPython CCS811 (adafruit-circuitpython-ccs811) | 461 downloads |
|
||||||
|
| Adafruit CircuitPython AS726x (adafruit-circuitpython-as726x) | 461 downloads |
|
||||||
|
| Adafruit CircuitPython SCD30 (adafruit-circuitpython-scd30) | 459 downloads |
|
||||||
|
| Adafruit CircuitPython TCS34725 (adafruit-circuitpython-tcs34725) | 457 downloads |
|
||||||
|
| Adafruit CircuitPython TFmini (adafruit-circuitpython-tfmini) | 453 downloads |
|
||||||
|
| Adafruit CircuitPython HCSR04 (adafruit-circuitpython-hcsr04) | 453 downloads |
|
||||||
|
| Adafruit CircuitPython Debouncer (adafruit-circuitpython-debouncer) | 453 downloads |
|
||||||
|
| Adafruit CircuitPython Thermal Printer (adafruit-circuitpython-thermal-printer) | 453 downloads |
|
||||||
|
| Adafruit CircuitPython TLV493D (adafruit-circuitpython-tlv493d) | 452 downloads |
|
||||||
|
| Adafruit CircuitPython SHTC3 (adafruit-circuitpython-shtc3) | 451 downloads |
|
||||||
|
| Adafruit CircuitPython EMC2101 (adafruit-circuitpython-emc2101) | 451 downloads |
|
||||||
|
| Adafruit CircuitPython MLX90640 (adafruit-circuitpython-mlx90640) | 451 downloads |
|
||||||
|
| Adafruit CircuitPython ATECC (adafruit-circuitpython-atecc) | 449 downloads |
|
||||||
|
| Adafruit CircuitPython MAX31865 (adafruit-circuitpython-max31865) | 447 downloads |
|
||||||
|
| Adafruit CircuitPython MCP4725 (adafruit-circuitpython-mcp4725) | 447 downloads |
|
||||||
|
| Adafruit CircuitPython MMA8451 (adafruit-circuitpython-mma8451) | 445 downloads |
|
||||||
|
| Adafruit CircuitPython CursorControl (adafruit-circuitpython-cursorcontrol) | 445 downloads |
|
||||||
|
| Adafruit CircuitPython BluefruitSPI (adafruit-circuitpython-bluefruitspi) | 445 downloads |
|
||||||
|
| Adafruit CircuitPython AM2320 (adafruit-circuitpython-am2320) | 444 downloads |
|
||||||
|
| Adafruit CircuitPython Gizmo (adafruit-circuitpython-gizmo) | 444 downloads |
|
||||||
|
| Adafruit CircuitPython MCP3xxx (adafruit-circuitpython-mcp3xxx) | 444 downloads |
|
||||||
|
| Adafruit CircuitPython ADT7410 (adafruit-circuitpython-adt7410) | 442 downloads |
|
||||||
|
| Adafruit CircuitPython Thermistor (adafruit-circuitpython-thermistor) | 442 downloads |
|
||||||
|
| Adafruit CircuitPython DisplayIO SH1107 (adafruit-circuitpython-displayio-sh1107) | 439 downloads |
|
||||||
|
| Adafruit CircuitPython MPRLS (adafruit-circuitpython-mprls) | 437 downloads |
|
||||||
|
| Adafruit CircuitPython SimpleIO (adafruit-circuitpython-simpleio) | 437 downloads |
|
||||||
|
| Adafruit CircuitPython GC IOT Core (adafruit-circuitpython-gc-iot-core) | 434 downloads |
|
||||||
|
| Adafruit CircuitPython LPS35HW (adafruit-circuitpython-lps35hw) | 432 downloads |
|
||||||
|
| Adafruit CircuitPython SGP40 (adafruit-circuitpython-sgp40) | 429 downloads |
|
||||||
|
| Adafruit CircuitPython OneWire (adafruit-circuitpython-onewire) | 427 downloads |
|
||||||
|
| Adafruit CircuitPython VEML6075 (adafruit-circuitpython-veml6075) | 427 downloads |
|
||||||
|
| Adafruit CircuitPython MLX90395 (adafruit-circuitpython-mlx90395) | 426 downloads |
|
||||||
|
| Adafruit CircuitPython FancyLED (adafruit-circuitpython-fancyled) | 426 downloads |
|
||||||
|
| Adafruit CircuitPython DS3502 (adafruit-circuitpython-ds3502) | 425 downloads |
|
||||||
|
| Adafruit CircuitPython LSM9DS0 (adafruit-circuitpython-lsm9ds0) | 424 downloads |
|
||||||
|
| Adafruit CircuitPython binascii (adafruit-circuitpython-binascii) | 423 downloads |
|
||||||
|
| Adafruit CircuitPython TLC5947 (adafruit-circuitpython-tlc5947) | 423 downloads |
|
||||||
|
| Adafruit CircuitPython DRV2605 (adafruit-circuitpython-drv2605) | 422 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Adafruit (adafruit-circuitpython-ble-adafruit) | 422 downloads |
|
||||||
|
| Adafruit CircuitPython JWT (adafruit-circuitpython-jwt) | 421 downloads |
|
||||||
|
| Adafruit CircuitPython IL91874 (adafruit-circuitpython-il91874) | 421 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1305 (adafruit-circuitpython-ssd1305) | 421 downloads |
|
||||||
|
| Adafruit CircuitPython BLE BroadcastNet (adafruit-circuitpython-ble-broadcastnet) | 420 downloads |
|
||||||
|
| Adafruit CircuitPython TLC59711 (adafruit-circuitpython-tlc59711) | 419 downloads |
|
||||||
|
| Adafruit CircuitPython Pixie (adafruit-circuitpython-pixie) | 419 downloads |
|
||||||
|
| Adafruit CircuitPython FONA (adafruit-circuitpython-fona) | 419 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1675 (adafruit-circuitpython-ssd1675) | 418 downloads |
|
||||||
|
| Adafruit CircuitPython MAX7219 (adafruit-circuitpython-max7219) | 418 downloads |
|
||||||
|
| Adafruit CircuitPython US100 (adafruit-circuitpython-us100) | 416 downloads |
|
||||||
|
| Adafruit CircuitPython RPLIDAR (adafruit-circuitpython-rplidar) | 416 downloads |
|
||||||
|
| Adafruit CircuitPython MCP4728 (adafruit-circuitpython-mcp4728) | 415 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Radio (adafruit-circuitpython-ble-radio) | 415 downloads |
|
||||||
|
| Adafruit CircuitPython SI1145 (adafruit-circuitpython-si1145) | 413 downloads |
|
||||||
|
| Adafruit CircuitPython MatrixKeypad (adafruit-circuitpython-matrixkeypad) | 411 downloads |
|
||||||
|
| Adafruit CircuitPython IL0373 (adafruit-circuitpython-il0373) | 410 downloads |
|
||||||
|
| Adafruit CircuitPython NeoPixel SPI (adafruit-circuitpython-neopixel-spi) | 410 downloads |
|
||||||
|
| Adafruit CircuitPython SharpMemoryDisplay (adafruit-circuitpython-sharpmemorydisplay) | 409 downloads |
|
||||||
|
| Adafruit CircuitPython LPS2X (adafruit-circuitpython-lps2x) | 408 downloads |
|
||||||
|
| Adafruit CircuitPython LC709203F (adafruit-circuitpython-lc709203f) | 407 downloads |
|
||||||
|
| Adafruit CircuitPython LIDARLite (adafruit-circuitpython-lidarlite) | 405 downloads |
|
||||||
|
| Adafruit CircuitPython VS1053 (adafruit-circuitpython-vs1053) | 405 downloads |
|
||||||
|
| Adafruit CircuitPython DS2413 (adafruit-circuitpython-ds2413) | 402 downloads |
|
||||||
|
| Adafruit CircuitPython MSA301 (adafruit-circuitpython-msa301) | 398 downloads |
|
||||||
|
| Adafruit CircuitPython HTTPServer (adafruit-circuitpython-httpserver) | 397 downloads |
|
||||||
|
| Adafruit CircuitPython RSA (adafruit-circuitpython-rsa) | 394 downloads |
|
||||||
|
| Adafruit CircuitPython AHTx0 (adafruit-circuitpython-ahtx0) | 394 downloads |
|
||||||
|
| Adafruit CircuitPython LSM303 Accel (adafruit-circuitpython-lsm303-accel) | 393 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Heart Rate (adafruit-circuitpython-ble-heart-rate) | 393 downloads |
|
||||||
|
| Adafruit CircuitPython IS31FL3741 (adafruit-circuitpython-is31fl3741) | 393 downloads |
|
||||||
|
| Adafruit CircuitPython BitmapSaver (adafruit-circuitpython-bitmapsaver) | 391 downloads |
|
||||||
|
| Adafruit CircuitPython LTR390 (adafruit-circuitpython-ltr390) | 390 downloads |
|
||||||
|
| Adafruit CircuitPython TMP006 (adafruit-circuitpython-tmp006) | 387 downloads |
|
||||||
|
| Adafruit CircuitPython LSM303DLH Mag (adafruit-circuitpython-lsm303dlh-mag) | 385 downloads |
|
||||||
|
| Adafruit CircuitPython VCNL4040 (adafruit-circuitpython-vcnl4040) | 383 downloads |
|
||||||
|
| Adafruit CircuitPython Hue (adafruit-circuitpython-hue) | 381 downloads |
|
||||||
|
| Adafruit CircuitPython HX8357 (adafruit-circuitpython-hx8357) | 381 downloads |
|
||||||
|
| Adafruit CircuitPython WSGI (adafruit-circuitpython-wsgi) | 380 downloads |
|
||||||
|
| Adafruit CircuitPython RockBlock (adafruit-circuitpython-rockblock) | 380 downloads |
|
||||||
|
| Adafruit CircuitPython Logging (adafruit-circuitpython-logging) | 380 downloads |
|
||||||
|
| Adafruit CircuitPython datetime (adafruit-circuitpython-datetime) | 379 downloads |
|
||||||
|
| Adafruit CircuitPython hashlib (adafruit-circuitpython-hashlib) | 378 downloads |
|
||||||
|
| Adafruit CircuitPython SCD4X (adafruit-circuitpython-scd4x) | 377 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Eddystone (adafruit-circuitpython-ble-eddystone) | 376 downloads |
|
||||||
|
| Adafruit CircuitPython AWS IOT (adafruit-circuitpython-aws-iot) | 374 downloads |
|
||||||
|
| Adafruit CircuitPython PCD8544 (adafruit-circuitpython-pcd8544) | 374 downloads |
|
||||||
|
| Adafruit CircuitPython RGBLED (adafruit-circuitpython-rgbled) | 374 downloads |
|
||||||
|
| Adafruit CircuitPython TPA2016 (adafruit-circuitpython-tpa2016) | 373 downloads |
|
||||||
|
| Adafruit CircuitPython MAX9744 (adafruit-circuitpython-max9744) | 373 downloads |
|
||||||
|
| Adafruit CircuitPython LTR329 LTR303 (adafruit-circuitpython-ltr329-ltr303) | 368 downloads |
|
||||||
|
| Adafruit CircuitPython Trellis (adafruit-circuitpython-trellis) | 368 downloads |
|
||||||
|
| Adafruit CircuitPython BNO08X (adafruit-circuitpython-bno08x) | 364 downloads |
|
||||||
|
| Adafruit CircuitPython ICM20X (adafruit-circuitpython-icm20x) | 364 downloads |
|
||||||
|
| Adafruit CircuitPython SHT4x (adafruit-circuitpython-sht4x) | 363 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Apple Notification Center (adafruit-circuitpython-ble-apple-notification-center) | 362 downloads |
|
||||||
|
| Adafruit CircuitPython MCP2515 (adafruit-circuitpython-mcp2515) | 361 downloads |
|
||||||
|
| Adafruit CircuitPython LIFX (adafruit-circuitpython-lifx) | 361 downloads |
|
||||||
|
| Adafruit CircuitPython TMP007 (adafruit-circuitpython-tmp007) | 361 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1325 (adafruit-circuitpython-ssd1325) | 359 downloads |
|
||||||
|
| Adafruit CircuitPython Display Notification (adafruit-circuitpython-display-notification) | 356 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Magic Light (adafruit-circuitpython-ble-magic-light) | 355 downloads |
|
||||||
|
| Adafruit CircuitPython BLE iBBQ (adafruit-circuitpython-ble-ibbq) | 355 downloads |
|
||||||
|
| Adafruit CircuitPython DymoScale (adafruit-circuitpython-dymoscale) | 354 downloads |
|
||||||
|
| Adafruit CircuitPython BD3491FS (adafruit-circuitpython-bd3491fs) | 354 downloads |
|
||||||
|
| Adafruit CircuitPython DS1841 (adafruit-circuitpython-ds1841) | 354 downloads |
|
||||||
|
| Adafruit CircuitPython LIS331 (adafruit-circuitpython-lis331) | 350 downloads |
|
||||||
|
| Adafruit CircuitPython ST7735 (adafruit-circuitpython-st7735) | 348 downloads |
|
||||||
|
| Adafruit CircuitPython BLE BerryMed Pulse Oximeter (adafruit-circuitpython-ble-berrymed-pulse-oximeter) | 346 downloads |
|
||||||
|
| Adafruit CircuitPython DisplayIO SSD1305 (adafruit-circuitpython-displayio-ssd1305) | 346 downloads |
|
||||||
|
| Adafruit CircuitPython MS8607 (adafruit-circuitpython-ms8607) | 342 downloads |
|
||||||
|
| Adafruit CircuitPython IL0398 (adafruit-circuitpython-il0398) | 342 downloads |
|
||||||
|
| Adafruit CircuitPython MPL115A2 (adafruit-circuitpython-mpl115a2) | 336 downloads |
|
||||||
|
| Adafruit CircuitPython ST7735R (adafruit-circuitpython-st7735r) | 330 downloads |
|
||||||
|
| Adafruit CircuitPython TC74 (adafruit-circuitpython-tc74) | 330 downloads |
|
||||||
|
| Adafruit CircuitPython ILI9341 (adafruit-circuitpython-ili9341) | 327 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Cycling Speed and Cadence (adafruit-circuitpython-ble-cycling-speed-and-cadence) | 326 downloads |
|
||||||
|
| Adafruit CircuitPython DisplayIO SH1106 (adafruit-circuitpython-displayio-sh1106) | 326 downloads |
|
||||||
|
| Adafruit CircuitPython Debug I2C (adafruit-circuitpython-debug-i2c) | 325 downloads |
|
||||||
|
| Adafruit CircuitPython OAuth2 (adafruit-circuitpython-oauth2) | 322 downloads |
|
||||||
|
| Adafruit CircuitPython BH1750 (adafruit-circuitpython-bh1750) | 321 downloads |
|
||||||
|
| Adafruit CircuitPython Ticks (adafruit-circuitpython-ticks) | 321 downloads |
|
||||||
|
| Adafruit CircuitPython DisplayIO SSD1306 (adafruit-circuitpython-displayio-ssd1306) | 315 downloads |
|
||||||
|
| Adafruit CircuitPython BNO08X RVC (adafruit-circuitpython-bno08x-rvc) | 309 downloads |
|
||||||
|
| Adafruit CircuitPython HTS221 (adafruit-circuitpython-hts221) | 308 downloads |
|
||||||
|
| Adafruit CircuitPython BLE MIDI (adafruit-circuitpython-ble-midi) | 308 downloads |
|
||||||
|
| Adafruit CircuitPython BLE LYWSD03MMC (adafruit-circuitpython-ble-lywsd03mmc) | 307 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1681 (adafruit-circuitpython-ssd1681) | 305 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Apple Media (adafruit-circuitpython-ble-apple-media) | 305 downloads |
|
||||||
|
| Adafruit CircuitPython Simple Text Display (adafruit-circuitpython-simple-text-display) | 303 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1351 (adafruit-circuitpython-ssd1351) | 295 downloads |
|
||||||
|
| Adafruit CircuitPython PCF8591 (adafruit-circuitpython-pcf8591) | 293 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1322 (adafruit-circuitpython-ssd1322) | 292 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1680 (adafruit-circuitpython-ssd1680) | 290 downloads |
|
||||||
|
| Adafruit CircuitPython FakeRequests (adafruit-circuitpython-fakerequests) | 288 downloads |
|
||||||
|
| Adafruit CircuitPython AW9523 (adafruit-circuitpython-aw9523) | 288 downloads |
|
||||||
|
| Adafruit CircuitPython ST7565 (adafruit-circuitpython-st7565) | 286 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1327 (adafruit-circuitpython-ssd1327) | 283 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1331 (adafruit-circuitpython-ssd1331) | 282 downloads |
|
||||||
|
| Adafruit CircuitPython NeoKey (adafruit-circuitpython-neokey) | 279 downloads |
|
||||||
|
| Adafruit CircuitPython SimpleMath (adafruit-circuitpython-simplemath) | 278 downloads |
|
||||||
|
| Adafruit CircuitPython HTU31D (adafruit-circuitpython-htu31d) | 276 downloads |
|
||||||
|
| Adafruit CircuitPython Ducky (adafruit-circuitpython-ducky) | 276 downloads |
|
||||||
|
| Adafruit CircuitPython TLA202X (adafruit-circuitpython-tla202x) | 276 downloads |
|
||||||
|
| Adafruit CircuitPython Pixel Framebuf (adafruit-circuitpython-pixel-framebuf) | 270 downloads |
|
||||||
|
| Adafruit CircuitPython TCA8418 (adafruit-circuitpython-tca8418) | 268 downloads |
|
||||||
|
| Adafruit CircuitPython VL53L1X (adafruit-circuitpython-vl53l1x) | 267 downloads |
|
||||||
|
| Adafruit CircuitPython PYOA (adafruit-circuitpython-pyoa) | 267 downloads |
|
||||||
|
| Adafruit CircuitPython UC8151D (adafruit-circuitpython-uc8151d) | 266 downloads |
|
||||||
|
| Adafruit CircuitPython PCF8563 (adafruit-circuitpython-pcf8563) | 245 downloads |
|
||||||
|
| Adafruit CircuitPython AirLift (adafruit-circuitpython-airlift) | 239 downloads |
|
||||||
|
| Adafruit CircuitPython SSD1608 (adafruit-circuitpython-ssd1608) | 236 downloads |
|
||||||
|
| Adafruit CircuitPython Radial Controller (adafruit-circuitpython-radial-controller) | 229 downloads |
|
||||||
|
| Adafruit CircuitPython MacroPad (adafruit-circuitpython-macropad) | 228 downloads |
|
||||||
|
| Adafruit CircuitPython CircuitPlayground (adafruit-circuitpython-circuitplayground) | 223 downloads |
|
||||||
|
| Adafruit CircuitPython PyPortal (adafruit-circuitpython-pyportal) | 219 downloads |
|
||||||
|
| Adafruit CircuitPython ADXL37x (adafruit-circuitpython-adxl37x) | 215 downloads |
|
||||||
|
| Adafruit CircuitPython VL53L4CD (adafruit-circuitpython-vl53l4cd) | 214 downloads |
|
||||||
|
| Adafruit CircuitPython 24LC32 (adafruit-circuitpython-24lc32) | 214 downloads |
|
||||||
|
| Adafruit CircuitPython Nunchuk (adafruit-circuitpython-nunchuk) | 211 downloads |
|
||||||
|
| Adafruit CircuitPython CLUE (adafruit-circuitpython-clue) | 211 downloads |
|
||||||
|
| Adafruit CircuitPython TT21100 (adafruit-circuitpython-tt21100) | 193 downloads |
|
||||||
|
| Adafruit CircuitPython TSC2007 (adafruit-circuitpython-tsc2007) | 191 downloads |
|
||||||
|
| Adafruit CircuitPython Colorsys (adafruit-circuitpython-colorsys) | 189 downloads |
|
||||||
|
| Adafruit CircuitPython Pastebin (adafruit-circuitpython-pastebin) | 187 downloads |
|
||||||
|
| Adafruit CircuitPython MONSTERM4SK (adafruit-circuitpython-monsterm4sk) | 185 downloads |
|
||||||
|
| Adafruit CircuitPython MagTag (adafruit-circuitpython-magtag) | 183 downloads |
|
||||||
|
| Adafruit CircuitPython MAX1704x (adafruit-circuitpython-max1704x) | 174 downloads |
|
||||||
|
| Adafruit CircuitPython OV2640 (adafruit-circuitpython-ov2640) | 172 downloads |
|
||||||
|
| Adafruit CircuitPython AGS02MA (adafruit-circuitpython-ags02ma) | 169 downloads |
|
||||||
|
| Adafruit CircuitPython OV5640 (adafruit-circuitpython-ov5640) | 168 downloads |
|
||||||
|
| Adafruit CircuitPython ESP32S2TFT (adafruit-circuitpython-esp32s2tft) | 166 downloads |
|
||||||
|
| Adafruit CircuitPython FunHouse (adafruit-circuitpython-funhouse) | 165 downloads |
|
||||||
|
| Adafruit CircuitPython MatrixPortal (adafruit-circuitpython-matrixportal) | 165 downloads |
|
||||||
|
| Adafruit CircuitPython BoardTest (adafruit-circuitpython-boardtest) | 165 downloads |
|
||||||
|
| Adafruit CircuitPython IterTools (adafruit-circuitpython-itertools) | 161 downloads |
|
||||||
|
| Adafruit CircuitPython PCF8574 (adafruit-circuitpython-pcf8574) | 157 downloads |
|
||||||
|
| Adafruit CircuitPython MMC56x3 (adafruit-circuitpython-mmc56x3) | 156 downloads |
|
||||||
|
| Adafruit CircuitPython BLE File Transfer (adafruit-circuitpython-ble-file-transfer) | 155 downloads |
|
||||||
|
| Adafruit CircuitPython floppy (adafruit-circuitpython-floppy) | 137 downloads |
|
||||||
|
| Adafruit CircuitPython GUVX I2C (adafruit-circuitpython-guvx-i2c) | 132 downloads |
|
||||||
|
| Adafruit CircuitPython BLE Beacon (adafruit-circuitpython-ble-beacon) | 113 downloads |
|
||||||
|
| Adafruit CircuitPython PCF8575 (adafruit-circuitpython-pcf8575) | 62 downloads |
|
||||||
|
| Adafruit CircuitPython ENS160 (adafruit-circuitpython-ens160) | 59 downloads |
|
||||||
3
circuitpython_library_pypi_stats.md.license
Normal file
3
circuitpython_library_pypi_stats.md.license
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# SPDX-FileCopyrightText: 2022 adabot for Adafruit Industries (auto-updated)
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Unlicense
|
||||||
|
|
@ -57,7 +57,7 @@ release = "1.0"
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = "en"
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
|
|
||||||
|
|
@ -33,12 +33,12 @@ specific boards.
|
||||||
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
||||||
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
|
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
|
||||||
Adafruit MacroPad <https://circuitpython.readthedocs.io/projects/macropad/en/latest/>
|
Adafruit MacroPad <https://circuitpython.readthedocs.io/projects/macropad/en/latest/>
|
||||||
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
|
||||||
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
|
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
|
||||||
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
|
|
||||||
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
|
|
||||||
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
|
|
||||||
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
|
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
|
||||||
|
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
|
||||||
|
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
|
||||||
|
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
|
||||||
|
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
||||||
|
|
||||||
Helper Libraries
|
Helper Libraries
|
||||||
-----------------
|
-----------------
|
||||||
|
|
@ -136,10 +136,12 @@ Helpers for Bluetooth Low Energy (BLE).
|
||||||
BLE Adafruit Services <https://circuitpython.readthedocs.io/projects/ble_adafruit/en/latest/>
|
BLE Adafruit Services <https://circuitpython.readthedocs.io/projects/ble_adafruit/en/latest/>
|
||||||
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
|
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
|
||||||
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
|
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
|
||||||
|
BLE Location Beacons <https://circuitpython.readthedocs.io/projects/ble_beacon/en/latest/>
|
||||||
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>
|
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>
|
||||||
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
|
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
|
||||||
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
|
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
|
||||||
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
|
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
|
||||||
|
BLE File Transfer <https://docs.circuitpython.org/projects/ble_file_transfer/en/latest/>
|
||||||
BLE Heart Rate <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
|
BLE Heart Rate <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
|
||||||
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
|
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
|
||||||
BLE LYWSD03MMC (Xiaomi Mijia) <https://circuitpython.readthedocs.io/projects/ble_lywsd03mmc/en/latest/>
|
BLE LYWSD03MMC (Xiaomi Mijia) <https://circuitpython.readthedocs.io/projects/ble_lywsd03mmc/en/latest/>
|
||||||
|
|
@ -147,6 +149,7 @@ Helpers for Bluetooth Low Energy (BLE).
|
||||||
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
|
BLE MIDI <https://circuitpython.readthedocs.io/projects/ble_midi/en/latest/>
|
||||||
BLE Radio <https://circuitpython.readthedocs.io/projects/ble_radio/en/latest/>
|
BLE Radio <https://circuitpython.readthedocs.io/projects/ble_radio/en/latest/>
|
||||||
|
|
||||||
|
|
||||||
LoRa Wireless Helpers
|
LoRa Wireless Helpers
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
@ -207,12 +210,15 @@ Miscellaneous Helpers
|
||||||
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
|
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
|
||||||
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
|
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
|
||||||
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
|
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
|
||||||
|
Pastebin services <https://docs.circuitpython.org/projects/pastebin/en/latest/>
|
||||||
|
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
|
||||||
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
|
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
|
||||||
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
|
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
|
||||||
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
|
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
|
||||||
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
|
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
|
||||||
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
|
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
|
||||||
USB HID - Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
|
USB HID - Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
|
||||||
|
Ticks <https://circuitpython.readthedocs.io/projects/ticks/en/latest/>
|
||||||
|
|
||||||
Blinky
|
Blinky
|
||||||
--------
|
--------
|
||||||
|
|
@ -312,6 +318,7 @@ through ``datetime``.
|
||||||
DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
|
DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
|
||||||
DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>
|
DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>
|
||||||
PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
|
PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
|
||||||
|
PCF8563 Real-time Clock <https://docs.circuitpython.org/projects/pcf8563/en/latest/>
|
||||||
|
|
||||||
Motion Sensors
|
Motion Sensors
|
||||||
----------------
|
----------------
|
||||||
|
|
@ -343,6 +350,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
|
||||||
MLX90393 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
|
MLX90393 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
|
||||||
MLX90395 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90395/en/latest/>
|
MLX90395 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90395/en/latest/>
|
||||||
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
|
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
|
||||||
|
MMC56X3 Magnetometers <https://circuitpython.readthedocs.io/projects/mmc56x3/en/latest/>
|
||||||
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
|
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
|
||||||
MSA301 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/msa301/en/latest/>
|
MSA301 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/msa301/en/latest/>
|
||||||
TLV493D 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/tlv493d/en/latest/>
|
TLV493D 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/tlv493d/en/latest/>
|
||||||
|
|
@ -358,6 +366,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
|
||||||
|
|
||||||
|
|
||||||
ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
|
ADT7410 High Accuracy Temperature Sensor <https://circuitpython.readthedocs.io/projects/adt7410/en/latest/>
|
||||||
|
AGS02MA Gas Sensor <https://circuitpython.readthedocs.io/projects/ags02ma/en/latest/>
|
||||||
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
|
AHTx0 Tempertaure and Humidity Sensor <https://circuitpython.readthedocs.io/projects/ahtx0/en/latest/>
|
||||||
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
|
AM2320 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/am2320/en/latest/>
|
||||||
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
|
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
|
||||||
|
|
@ -368,6 +377,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
|
||||||
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
|
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
|
||||||
DPS310 Precision Barometric Pressure / Altitude Sensor <https://circuitpython.readthedocs.io/projects/dps310/en/latest/>
|
DPS310 Precision Barometric Pressure / Altitude Sensor <https://circuitpython.readthedocs.io/projects/dps310/en/latest/>
|
||||||
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
|
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
|
||||||
|
ENS160 (ScioSense) digital multi-gas sensor <https://circuitpython.readthedocs.io/projects/ens160/en/latest/>
|
||||||
HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221/en/latest/>
|
HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221/en/latest/>
|
||||||
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
|
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/>
|
||||||
HTU31D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu31d/en/latest/>
|
HTU31D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu31d/en/latest/>
|
||||||
|
|
@ -411,6 +421,8 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
|
||||||
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
|
AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/>
|
||||||
AS7341 11-Channel Multi-Spectral Digital Sensor <https://circuitpython.readthedocs.io/projects/as7341/en/latest/>
|
AS7341 11-Channel Multi-Spectral Digital Sensor <https://circuitpython.readthedocs.io/projects/as7341/en/latest/>
|
||||||
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
|
BH1750 Ambient Light <https://circuitpython.readthedocs.io/projects/bh1750/en/latest/>
|
||||||
|
GUVx I2C UV Light Sensors <https://circuitpython.readthedocs.io/projects/guvx-i2c/en/latest/>
|
||||||
|
LTR329 LTR303 Light Sensors <https://circuitpython.readthedocs.io/projects/ltr329-ltr303/en/latest/>
|
||||||
LTR390 Ambient Light and UV Sensor <https://circuitpython.readthedocs.io/projects/ltr390/en/latest/>
|
LTR390 Ambient Light and UV Sensor <https://circuitpython.readthedocs.io/projects/ltr390/en/latest/>
|
||||||
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
|
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/>
|
||||||
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
|
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/>
|
||||||
|
|
@ -420,6 +432,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
|
||||||
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
|
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
|
||||||
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
|
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
|
||||||
VEML7700 High Accuracy Ambient Light Sensor <https://circuitpython.readthedocs.io/projects/veml7700/en/latest/>
|
VEML7700 High Accuracy Ambient Light Sensor <https://circuitpython.readthedocs.io/projects/veml7700/en/latest/>
|
||||||
|
SI1145 Digital UV Index IR Visible Light Sensor <https://circuitpython.readthedocs.io/projects/si1145/en/latest/>
|
||||||
|
|
||||||
Distance Sensors
|
Distance Sensors
|
||||||
------------------
|
------------------
|
||||||
|
|
@ -436,7 +449,7 @@ These sensors measure the ``distance`` to another object and may also measure li
|
||||||
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
|
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
|
||||||
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
|
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
|
||||||
VL53L1X ~30 - 4000 mm <https://circuitpython.readthedocs.io/projects/vl53l1x/en/latest/>
|
VL53L1X ~30 - 4000 mm <https://circuitpython.readthedocs.io/projects/vl53l1x/en/latest/>
|
||||||
VL53L4CD Time of Flight <https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/
|
VL53L4CD Time of Flight <https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/>
|
||||||
|
|
||||||
Radio
|
Radio
|
||||||
--------
|
--------
|
||||||
|
|
@ -473,7 +486,10 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
|
||||||
MCP4728 4-Channel, 12-bit Digital-to-Analog Converter <https://circuitpython.readthedocs.io/projects/mcp4728/en/latest/>
|
MCP4728 4-Channel, 12-bit Digital-to-Analog Converter <https://circuitpython.readthedocs.io/projects/mcp4728/en/latest/>
|
||||||
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/>
|
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/>
|
||||||
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
|
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
|
||||||
|
PCF8574 GPIO Expander <https://circuitpython.readthedocs.io/projects/pcf8574/en/latest/>
|
||||||
|
PCF8575 GPIO Expander <https://circuitpython.readthedocs.io/projects/pcf8575/en/latest/>
|
||||||
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
|
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
|
||||||
|
TCA8418 I2C Keyboard Multiplexor <https://circuitpython.readthedocs.io/projects/tca8418/en/latest/>
|
||||||
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
|
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
|
||||||
TLA202X 12-bit I2C DAC <https://circuitpython.readthedocs.io/projects/tla202x/en/latest/>
|
TLA202X 12-bit I2C DAC <https://circuitpython.readthedocs.io/projects/tla202x/en/latest/>
|
||||||
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/>
|
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/>
|
||||||
|
|
@ -495,6 +511,7 @@ Miscellaneous
|
||||||
DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/>
|
DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/>
|
||||||
Dymo Scale <https://circuitpython.readthedocs.io/projects/dymoscale/en/latest/>
|
Dymo Scale <https://circuitpython.readthedocs.io/projects/dymoscale/en/latest/>
|
||||||
Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
|
Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
|
||||||
|
Floppy <https://circuitpython.readthedocs.io/projects/floppy/en/latest/>
|
||||||
FONA Cellular Module <https://circuitpython.readthedocs.io/projects/fona/en/latest/>
|
FONA Cellular Module <https://circuitpython.readthedocs.io/projects/fona/en/latest/>
|
||||||
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>
|
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>
|
||||||
Gizmo <https://circuitpython.readthedocs.io/projects/gizmo/en/latest/>
|
Gizmo <https://circuitpython.readthedocs.io/projects/gizmo/en/latest/>
|
||||||
|
|
@ -502,6 +519,7 @@ Miscellaneous
|
||||||
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
|
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
|
||||||
LC709203F Fuel Gauge and Battery Monitor <https://circuitpython.readthedocs.io/projects/lc709203f/en/latest/>
|
LC709203F Fuel Gauge and Battery Monitor <https://circuitpython.readthedocs.io/projects/lc709203f/en/latest/>
|
||||||
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
|
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
|
||||||
|
MAX1704x Fuel Gauge <https://circuitpython.readthedocs.io/projects/max1704x/en/latest/>
|
||||||
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
|
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
|
||||||
MLX90640 Thermal Camera <https://circuitpython.readthedocs.io/projects/mlx90640/en/latest/>
|
MLX90640 Thermal Camera <https://circuitpython.readthedocs.io/projects/mlx90640/en/latest/>
|
||||||
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
|
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
|
||||||
|
|
@ -519,6 +537,7 @@ Miscellaneous
|
||||||
Touchscreen 4-Wire Resistive <https://circuitpython.readthedocs.io/projects/touchscreen/en/latest/>
|
Touchscreen 4-Wire Resistive <https://circuitpython.readthedocs.io/projects/touchscreen/en/latest/>
|
||||||
TPA2016 Audio Amplifier with AGC <https://circuitpython.readthedocs.io/projects/tpa2016/en/latest/>
|
TPA2016 Audio Amplifier with AGC <https://circuitpython.readthedocs.io/projects/tpa2016/en/latest/>
|
||||||
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
|
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
|
||||||
|
TT21100 Capacitive Touchscreen Driver <https://docs.circuitpython.org/projects/tt21100/en/latest/>
|
||||||
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
|
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
|
||||||
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
|
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
|
||||||
Wiznet5k Ethernet Module <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>
|
Wiznet5k Ethernet Module <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,8 @@ Table of Contents
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Other Links
|
:caption: Other Links
|
||||||
|
|
||||||
Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest>
|
Download from GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest>
|
||||||
|
Download Library Bundle <https://circuitpython.org/libraries>
|
||||||
CircuitPython Reference Documentation <https://docs.circuitpython.org>
|
CircuitPython Reference Documentation <https://docs.circuitpython.org>
|
||||||
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
|
||||||
Discord Chat <https://adafru.it/discord>
|
Discord Chat <https://adafru.it/discord>
|
||||||
|
|
|
||||||
5
docs/requirements.txt
Normal file
5
docs/requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Unlicense
|
||||||
|
|
||||||
|
sphinx>=4.0.0
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit bcd6b6e6e980eaa33936f80f12720a9f1d57a591
|
Subproject commit 496c7cc477f076053a9e3a722987cf140d7dfde7
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8576b6347a8854477ce17e45866fe18a47281237
|
Subproject commit 3d6848776f7d7e83037fc086ed16b29aef72bff6
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit df2e4f56a295ccbb0f1874347ce4e65d934b5804
|
Subproject commit fe1337c3af183384e4a7c191e33b3187da75d32e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d50c1c2217dfb42f26be785a87e097231bac1e14
|
Subproject commit ac2c4eeddc15b8a8a2502ab4c726dd973ef13c15
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d6020798fc689e95df11769844516af1dd7c02a
|
Subproject commit b6083a5a37073b678fa91d6d49a2b61a2ab5a92d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 97927f1480883b81fe7c2c6a2b31b144db875f71
|
Subproject commit d54e88f491358c18ddd828f0c12a42bf9b4c99cc
|
||||||
1
libraries/drivers/ags02ma
Submodule
1
libraries/drivers/ags02ma
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4c91b742cf125203797f3bcb046b78f18c7de1b2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d8bc619bc2a422a7ed99b0b213abe6e24d81e907
|
Subproject commit 596605f5c11cfebabb5bf606a25af3c706630724
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d7d3d4d13a5c34f3a84e449a5762879a0fe116de
|
Subproject commit a5db15277816ba76872a7144f1c6dea5c0da36d8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 59eec7038ac7e4ca58273d58ac1862c7e42ebe7e
|
Subproject commit fe2b233a092768ec6dcfe85601e04dfb4a41552d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9bd48820928afad549832fe9b4ae497b224007f0
|
Subproject commit ba05423ed9aae09ce293603b519a4ac644ef0dab
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 253abb16d58c6d8a0b3d771b68ab29c52fa93cfb
|
Subproject commit 39cc6dd11f0bcf461ed01439a961654d1f8d1a43
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f62ad7d1a8bbe9de3bb81099e9e6613454c535e2
|
Subproject commit f16d14a4f16c0b997d241759a6a728e6048e0383
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7ba4a20dc13234251caa9148dc2cd7b7bcb56a7
|
Subproject commit 5365b7e13bd1c046d1d4b75a4f757c21393f8028
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 11278c91b5dc1d5597203ec9f5ead6b07e93810e
|
Subproject commit 9a45f6410a9b64d20926c1c908834f8601365d3d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 82a6a2bde2dedf14b8cba15214090640baec51dc
|
Subproject commit dd022c5c8c2db9ca5eb7e8276689d0a65f702910
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2493e53d8fdd66dd30882d73efc68c0e23735e67
|
Subproject commit 91fb391057f153a4d1bd7a3ec558eea2f1f68423
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e427203940708c1f2d0f1df5611310ac629790b3
|
Subproject commit de4680f14055f8dff58076c65a96b7d48a71fba1
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a65db9d63fc7fea51b9b4d35b2a6eb78f0720d9a
|
Subproject commit c7d4e1c536d158f5d011710cf2c2adcf2e2bdc47
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4330d4e67ed8a7cc89a5248ad38427ae0cb6f31e
|
Subproject commit 38d9689da0e6c4bb637b090dd220973e4d4760e8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4eb9517599f01ecefac796d0fcd77f6fb5791d69
|
Subproject commit d1f292183bec11da199b4457f09477d12c6567c7
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d2289fa263e317d2dcc43501cf3319ddb9029d7d
|
Subproject commit 518e59e0da7f5c8c7a2e5a1da326d7767a2629a9
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ef32614bdd3aa5e96e539afe82ec6e948c590d0c
|
Subproject commit 7e09e710430f3a9447f57b13c92559bc54321a67
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0790406d212a029e1e6fdc175ba052d7a5f795f1
|
Subproject commit c8c7cf01199c658db83e00266f84bb13eb3bab99
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ba89bfb6da7223fc432018ea97d6cdcdb0504b9a
|
Subproject commit 16011856122464040d75427f387a51b0146fd72e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit af35981d2608578626fd9ba3c7bd5a25eef46665
|
Subproject commit 0f5e6cab5aedb211a7c7ffb36ec45e1ff0b7fbd8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e156b0d144efc10bcdfb997c513ca5252871a7f2
|
Subproject commit f7d7ed11a4f2fb8b1796a9907acf888f802d870e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 14ea3c456f02f210019a1d6615cc51bcedca7846
|
Subproject commit 3708f84a5b75ddcb9a745f1740147ae7b239d38a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f82d3ef195256aa71d274a34ea25f760d7e651d1
|
Subproject commit 47f848f13f75d2f62d16407edaaf6dd0ec1fc3cc
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 58580615b679bb69f44edf54394a957f27ff0694
|
Subproject commit 771570d549f6f41afab22d39c5ebd0f8714f981e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 938f6bb335ba5e4c56a8062c591ff9f3c18c4297
|
Subproject commit a37c7cc83685f2ff84a171a519207567a75d0947
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2e3dc98a85e17a26b969e88b907bc58a71482486
|
Subproject commit 63cb0190a9818a26e5ebffc55776f0f67525a66b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a1392e7768d87abe83906433de2ee235249c473b
|
Subproject commit 742f3603029cf5f79f93858597e30bfbae9f79b8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d7c51166cc463b3ae083fdc7c241af5c3923dd44
|
Subproject commit c64cf8952b39a07b2353c880c17e3c28ae3cd9de
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 35ce8f089f1d6815d5d5ce9a35d30de357aca73b
|
Subproject commit 9fbc74b99be13d828e7f6b41be359b4f1c5cc62e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c72e094b575c0151216d1103a1e8fd0b2f9d6473
|
Subproject commit cf322ff88dabf63bb38e1ed3667d0cbfc751576a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a90579e1e1e1c973e6ba8f6cf8e914d77fc8f0f2
|
Subproject commit d645fc2aded3606e5b0c17689e9f29e7e56bb612
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6389bab62099675eb1b1092409f5150fafafa066
|
Subproject commit 2862963e90b18bef593b0c0adedb4b0b98943b96
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8e7e111a9ff39d3f4311caa7babeb451422c759f
|
Subproject commit 4a4619a524918f2705c05ca4959385937afa9a7c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 569524d47598317986553281176306f0d85976b5
|
Subproject commit b59f158088532fe92bc441411dae9944c0e29a16
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3dd67a0d89d0a84ef7dbc9208c988c332408e4bc
|
Subproject commit 223ee850cd212639777f1555ad91efea2dc28186
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ef79be0c705eca58ac2df378fb2f52de7c772535
|
Subproject commit 56e8d990b74fc981455980b389557684b5b7cd33
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a4be47b34aafacf581ad18ab2b734e83151e2ccf
|
Subproject commit 7f6f122fbe502d3a122f9eed55130a31221d0983
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit df2449815433e05ea0f89c19518ccde7a10a2faa
|
Subproject commit 726270f5103d9d94810eb8b52041b7521afafc5c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c4b53e70e2c5cc7b430762e74c84f59f8ebf9f2f
|
Subproject commit 2d4dcecfa11e63735b7e226e8cf6e3a59b82ecf7
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41622b7c73a51fadd3e8779190e3eea12305eeea
|
Subproject commit 38fa8d651225258c98a2afdf7e5ced0ae2793053
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 65feb6bbcc58c70e5a9203c1b48a519c22a77d36
|
Subproject commit 3792ed97a160cabea430084d047795bfbbd7009e
|
||||||
1
libraries/drivers/ens160
Submodule
1
libraries/drivers/ens160
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8ee988da2f9ed8b5e58f686646378b75ef28a97b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit db178e65941b3e8f4e3efd72dd9b85ff20f29c60
|
Subproject commit aa2d36296c8816a2ed23541eb3e266526cd739c0
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2ad3e56a542b9c975243bb3a3e908ef359b2b6be
|
Subproject commit a4101ac8268bcfb09558c36e4cdc167cf08d70ea
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ddd26eb4abcd3c10ae5dd33b1345d10d58707995
|
Subproject commit ee6bfcf9e676eb435c8890db37f07719984a60a1
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ef85cc58b1fbe7f17c633ecaa83aa2d97e28dbd8
|
Subproject commit 5bfa6b6559f8e4a1876a2b587a9805b1d4d5b9a4
|
||||||
1
libraries/drivers/floppy
Submodule
1
libraries/drivers/floppy
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4419a6ca85529ed1eb9428c0f1563280d0b6482d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a77f0f9c2e8f64568bbb68254d0134fbc7b5a8af
|
Subproject commit 3d7d404a1cafc02f6c3391b100157490132e5c5f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit cae59d4efcc8b9f91e8f27ab10098633504e0f78
|
Subproject commit 84a77e6e43900c0d9f6353460f8db2b7108f8b48
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit caf6b48927b19b9445bc795a30cad70629cf5c24
|
Subproject commit cf7bfdfc5aa12c1aee803adab10e0fecdb899156
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 111db67496e897d1500f34a826bb348b9050c8b0
|
Subproject commit 76ffcd06ef58c1b24f9527672b49a7c62bf29a48
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a2b0433f7c891f3187fde38ba27aff7214173ba8
|
Subproject commit b694ae876acd94d74080614dc0979e08827b3f90
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e17c63eb1ae9f3b74e30a166416a9e02630b747b
|
Subproject commit 04417ed2ca91ff5c2dd05c45b51da1e13d781f66
|
||||||
1
libraries/drivers/guvx-i2c
Submodule
1
libraries/drivers/guvx-i2c
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 67be9d73ba962741871fe6437b82da82918cdf51
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 696de2aabe24fa90efeb047c7fc892e3b8bf9fd8
|
Subproject commit 2c24d41d5d00a29e617909051482583c3e1d86c9
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f961ffca928d2388cf784500a8a56c565bdb76c5
|
Subproject commit f8cbd5f88d0dd3fa0e5616c82407b4ccaa9f1f0f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4cdb53fd0f7a6359391638d1bf8cf0720ea9f093
|
Subproject commit 304f590a17345c8d8abf53a8e856740a86637766
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c17dc57c783ae853bb64f371a9415839f37b6a79
|
Subproject commit a36cc879e54de081947b4f9b76f9bf6b9efcd4f9
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3fa5a33150f06cbbfba43090d45b28ef4cd6313b
|
Subproject commit c1783db840f0d9cca9d41af37b5ecd1be331aa64
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3f5b39fd329a2e61ca8c537c03f905b55bb539a3
|
Subproject commit 4b7ad535532d9cc61f91d26431ddcc4c3911ca0f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9c27b8e8b386c3fe0749c06ab115da279d900ccb
|
Subproject commit 5812dd07c6261f2c1b1426948a8e91e4ce473a8b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a474a319baaff5f0270437ffcffa42b0e3055e8a
|
Subproject commit 86d822222b990f29622552c8ca2b6f761e87288a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5289d49a435817627d88a652a56fa8e001780017
|
Subproject commit 2fab64110aa8309f6544b8379aabbbf2f10033ea
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 67926121af20e12568925a788e0d0e341e30c216
|
Subproject commit 13140a5043daad970b26b9434057ce84328b1bf3
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a068b3a50256f88f1122efd086b00edc91a4a1a
|
Subproject commit 7cb13c57791063eaaf2c8f6544d54f4136469a0e
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6e4f170b3745ef1cf1b56eb6e6c29c2acf5fd5e1
|
Subproject commit 48a964df19403c33631f31d3c13d0ddc5c1fdcf4
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 36d4f0fe41b379a4c2959c180ab80e8530634320
|
Subproject commit 57bef48bfe3821da67fe3a68042424bbd78e4b6b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1e478b1530b3be81bd84f13620d0a23502d377f1
|
Subproject commit 992b601e2469f30e95ec35c9859b4aa2cd917504
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1f8f520bb80a38327610d81dae4e74c38bfc6879
|
Subproject commit 794488d1de3d17d1a08887c4a651cfac2c5a1524
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1f8de0b4d9268ad76db850a6cd6813e319d92a06
|
Subproject commit caf680b8eede8b9952c936d54c0166173683bb1c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f15f5c847ab987abb2e4b593678790512a137fab
|
Subproject commit 15a8d7eb217ecd4f187c8cb8b56c03b6356d9bb2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a9cf0cde77c185c6bbc79a3b6d77dd024a9683d2
|
Subproject commit 1919916dcf57e0879832b9c274c5fb77712d7775
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7bfb9650e096ec6b6da94adc8f8f6bfb0b39815c
|
Subproject commit a3ac8dc84a3039e4ca2a2778f94025c50c0df5fa
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f5d5ec8f2e3762b9492ee871ec651af52038cd31
|
Subproject commit 49c83aaee6796cd5945f8ed0763d63de46fef962
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6480eb160d8c5a2316d740889ef787eeaf677c85
|
Subproject commit 074d8db9fb9b94f4fa629259670eb761c6643ce6
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit acc4bdd73fdceb74d75cd5a1f261ae157ee32613
|
Subproject commit 18eaddb96aa6599901ef2ff0e140e89a2de8c5d0
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit f1196f7d3b2d2a3d47a19edd8ecf861802329349
|
Subproject commit 2376e17c5525482283a0b7f6c8fe7b5913123cd9
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2739a52083885ea0d4cd4bee7b9df27e952f6c9b
|
Subproject commit 83dbd5a5f576e154e37845877a7626f30dd0e5e8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 319fb2fe3cb2f2f4f7e1dbbc1d6f417857cf7f30
|
Subproject commit 2757c194c929a400c5b664e351beb9decc04b0ba
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bcce428c662537f3095b48f47f8f4e43146f73b3
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2fa19baaccfbe7aea282229294b0223015cc1603
|
Subproject commit c1f84011be1815b3bb26e36e5514ac4b577e4fc5
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue