1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-05-28 19:01:25 +03:00

Merge branch 'production' into rename-RTTStream

This commit is contained in:
Roberto Sora 2021-12-17 19:06:19 +01:00 committed by GitHub
commit f67f8336b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 140 additions and 97 deletions

106
poetry.lock generated
View File

@ -22,7 +22,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>
[[package]]
name = "black"
version = "21.9b0"
version = "21.12b0"
description = "The uncompromising code formatter."
category = "dev"
optional = false
@ -33,7 +33,6 @@ click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
regex = ">=2020.1.8"
tomli = ">=0.2.6,<2.0.0"
typing-extensions = [
{version = ">=3.10.0.0", markers = "python_version < \"3.10\""},
@ -42,9 +41,9 @@ typing-extensions = [
[package.extras]
colorama = ["colorama (>=0.4.3)"]
d = ["aiohttp (>=3.6.0)", "aiohttp-cors (>=0.4.0)"]
d = ["aiohttp (>=3.7.4)"]
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
python2 = ["typed-ast (>=1.4.2)"]
python2 = ["typed-ast (>=1.4.3)"]
uvloop = ["uvloop (>=0.15.2)"]
[[package]]
@ -68,16 +67,16 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "flake8"
version = "3.9.2"
version = "4.0.1"
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
python-versions = ">=3.6"
[package.dependencies]
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
[[package]]
name = "flake8-polyfill"
@ -186,15 +185,15 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "pycodestyle"
version = "2.7.0"
version = "2.8.0"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pyflakes"
version = "2.3.1"
version = "2.4.0"
description = "passive checker of Python programs"
category = "dev"
optional = false
@ -237,14 +236,6 @@ category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[[package]]
name = "regex"
version = "2021.7.6"
description = "Alternative regular expression module, to replace re."
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "toml"
version = "0.10.2"
@ -284,7 +275,7 @@ pyyaml = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "8d0623bba7864cb33184c0a9952646a50c94fa8b8ce6ea2fedb4489d25041223"
content-hash = "4f92a1ed11be43d8729469dc5d3cb607886060742edb2309fcf70fe8f00472d9"
[metadata.files]
atomicwrites = [
@ -296,8 +287,8 @@ attrs = [
{file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"},
]
black = [
{file = "black-21.9b0-py3-none-any.whl", hash = "sha256:380f1b5da05e5a1429225676655dddb96f5ae8c75bdf91e53d798871b902a115"},
{file = "black-21.9b0.tar.gz", hash = "sha256:7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91"},
{file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"},
{file = "black-21.12b0.tar.gz", hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3"},
]
click = [
{file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"},
@ -308,8 +299,8 @@ colorama = [
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
]
flake8 = [
{file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"},
{file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"},
{file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"},
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
]
flake8-polyfill = [
{file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"},
@ -357,12 +348,12 @@ py = [
{file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
]
pycodestyle = [
{file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"},
{file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
{file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"},
{file = "pycodestyle-2.8.0.tar.gz", hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f"},
]
pyflakes = [
{file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"},
{file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"},
{file = "pyflakes-2.4.0-py2.py3-none-any.whl", hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e"},
{file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"},
]
pyparsing = [
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
@ -403,65 +394,6 @@ pyyaml = [
{file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
]
regex = [
{file = "regex-2021.7.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e6a1e5ca97d411a461041d057348e578dc344ecd2add3555aedba3b408c9f874"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:6afe6a627888c9a6cfbb603d1d017ce204cebd589d66e0703309b8048c3b0854"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ccb3d2190476d00414aab36cca453e4596e8f70a206e2aa8db3d495a109153d2"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:ed693137a9187052fc46eedfafdcb74e09917166362af4cc4fddc3b31560e93d"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:99d8ab206a5270c1002bfcf25c51bf329ca951e5a169f3b43214fdda1f0b5f0d"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:b85ac458354165405c8a84725de7bbd07b00d9f72c31a60ffbf96bb38d3e25fa"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:3f5716923d3d0bfb27048242a6e0f14eecdb2e2a7fac47eda1d055288595f222"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5983c19d0beb6af88cb4d47afb92d96751fb3fa1784d8785b1cdf14c6519407"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf1d2d183abc7faa101ebe0b8d04fd19cb9138820abc8589083035c9440b8ca6"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:1947e7de155063e1c495c50590229fb98720d4c383af5031bbcb413db33fa1be"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:17d8a3f99b18d87ac54a449b836d485cc8c195bb6f5e4379c84c8519045facc9"},
{file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d30895ec80cc80358392841add9dde81ea1d54a4949049269115e6b0555d0498"},
{file = "regex-2021.7.6-cp36-cp36m-win32.whl", hash = "sha256:c92831dac113a6e0ab28bc98f33781383fe294df1a2c3dfd1e850114da35fd5b"},
{file = "regex-2021.7.6-cp36-cp36m-win_amd64.whl", hash = "sha256:791aa1b300e5b6e5d597c37c346fb4d66422178566bbb426dd87eaae475053fb"},
{file = "regex-2021.7.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:59506c6e8bd9306cd8a41511e32d16d5d1194110b8cfe5a11d102d8b63cf945d"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:564a4c8a29435d1f2256ba247a0315325ea63335508ad8ed938a4f14c4116a5d"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:59c00bb8dd8775473cbfb967925ad2c3ecc8886b3b2d0c90a8e2707e06c743f0"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:9a854b916806c7e3b40e6616ac9e85d3cdb7649d9e6590653deb5b341a736cec"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:db2b7df831c3187a37f3bb80ec095f249fa276dbe09abd3d35297fc250385694"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:173bc44ff95bc1e96398c38f3629d86fa72e539c79900283afa895694229fe6a"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:15dddb19823f5147e7517bb12635b3c82e6f2a3a6b696cc3e321522e8b9308ad"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ddeabc7652024803666ea09f32dd1ed40a0579b6fbb2a213eba590683025895"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8244c681018423a0d1784bc6b9af33bdf55f2ab8acb1f3cd9dd83d90e0813253"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8a4c742089faf0e51469c6a1ad7e3d3d21afae54a16a6cead85209dfe0a1ce65"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:914e626dc8e75fe4fc9b7214763f141d9f40165d00dfe680b104fa1b24063bbf"},
{file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3fabb19c82ecf39832a3f5060dfea9a7ab270ef156039a1143a29a83a09a62de"},
{file = "regex-2021.7.6-cp37-cp37m-win32.whl", hash = "sha256:f080248b3e029d052bf74a897b9d74cfb7643537fbde97fe8225a6467fb559b5"},
{file = "regex-2021.7.6-cp37-cp37m-win_amd64.whl", hash = "sha256:d8bbce0c96462dbceaa7ac4a7dfbbee92745b801b24bce10a98d2f2b1ea9432f"},
{file = "regex-2021.7.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:edd1a68f79b89b0c57339bce297ad5d5ffcc6ae7e1afdb10f1947706ed066c9c"},
{file = "regex-2021.7.6-cp38-cp38-manylinux1_i686.whl", hash = "sha256:422dec1e7cbb2efbbe50e3f1de36b82906def93ed48da12d1714cabcd993d7f0"},
{file = "regex-2021.7.6-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:cbe23b323988a04c3e5b0c387fe3f8f363bf06c0680daf775875d979e376bd26"},
{file = "regex-2021.7.6-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:0eb2c6e0fcec5e0f1d3bcc1133556563222a2ffd2211945d7b1480c1b1a42a6f"},
{file = "regex-2021.7.6-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:1c78780bf46d620ff4fff40728f98b8afd8b8e35c3efd638c7df67be2d5cddbf"},
{file = "regex-2021.7.6-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:bc84fb254a875a9f66616ed4538542fb7965db6356f3df571d783f7c8d256edd"},
{file = "regex-2021.7.6-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:598c0a79b4b851b922f504f9f39a863d83ebdfff787261a5ed061c21e67dd761"},
{file = "regex-2021.7.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:875c355360d0f8d3d827e462b29ea7682bf52327d500a4f837e934e9e4656068"},
{file = "regex-2021.7.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dfc0957c4a4b91eff5ad036088769e600a25774256cd0e1154378591ce573f08"},
{file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:efb4af05fa4d2fc29766bf516f1f5098d6b5c3ed846fde980c18bf8646ad3979"},
{file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7423aca7cc30a6228ccdcf2ea76f12923d652c5c7c6dc1959a0b004e308f39fb"},
{file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:bb9834c1e77493efd7343b8e38950dee9797d2d6f2d5fd91c008dfaef64684b9"},
{file = "regex-2021.7.6-cp38-cp38-win32.whl", hash = "sha256:e586f448df2bbc37dfadccdb7ccd125c62b4348cb90c10840d695592aa1b29e0"},
{file = "regex-2021.7.6-cp38-cp38-win_amd64.whl", hash = "sha256:2fe5e71e11a54e3355fa272137d521a40aace5d937d08b494bed4529964c19c4"},
{file = "regex-2021.7.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6110bab7eab6566492618540c70edd4d2a18f40ca1d51d704f1d81c52d245026"},
{file = "regex-2021.7.6-cp39-cp39-manylinux1_i686.whl", hash = "sha256:4f64fc59fd5b10557f6cd0937e1597af022ad9b27d454e182485f1db3008f417"},
{file = "regex-2021.7.6-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:89e5528803566af4df368df2d6f503c84fbfb8249e6631c7b025fe23e6bd0cde"},
{file = "regex-2021.7.6-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:2366fe0479ca0e9afa534174faa2beae87847d208d457d200183f28c74eaea59"},
{file = "regex-2021.7.6-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:f9392a4555f3e4cb45310a65b403d86b589adc773898c25a39184b1ba4db8985"},
{file = "regex-2021.7.6-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:2bceeb491b38225b1fee4517107b8491ba54fba77cf22a12e996d96a3c55613d"},
{file = "regex-2021.7.6-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:f98dc35ab9a749276f1a4a38ab3e0e2ba1662ce710f6530f5b0a6656f1c32b58"},
{file = "regex-2021.7.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:319eb2a8d0888fa6f1d9177705f341bc9455a2c8aca130016e52c7fe8d6c37a3"},
{file = "regex-2021.7.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:598ee917dbe961dcf827217bf2466bb86e4ee5a8559705af57cbabb3489dd37e"},
{file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:56fc7045a1999a8d9dd1896715bc5c802dfec5b9b60e883d2cbdecb42adedea4"},
{file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8363ac90ea63c3dd0872dfdb695f38aff3334bfa5712cffb238bd3ffef300e3"},
{file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:716a6db91b3641f566531ffcc03ceec00b2447f0db9942b3c6ea5d2827ad6be3"},
{file = "regex-2021.7.6-cp39-cp39-win32.whl", hash = "sha256:eaf58b9e30e0e546cdc3ac06cf9165a1ca5b3de8221e9df679416ca667972035"},
{file = "regex-2021.7.6-cp39-cp39-win_amd64.whl", hash = "sha256:4c9c3155fe74269f61e27617529b7f09552fbb12e44b1189cebbdb24294e6e1c"},
{file = "regex-2021.7.6.tar.gz", hash = "sha256:8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d"},
]
toml = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},

View File

@ -14,8 +14,8 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
invoke = "^1.5.0"
black = "^21.9b0"
flake8 = "^3.9.2"
black = "^21.12b0"
flake8 = "^4.0.1"
pep8-naming = "^0.12.1"
yamllint = "^1.26.3"

View File

@ -686,8 +686,7 @@ https://github.com/shaduzlabs/synapse.git|Contributed|Synapse
https://github.com/ArduinoMax/TLC5615.git|Contributed|TLC5615
https://github.com/PaulStoffregen/PWMServo.git|Contributed|PWMServo
https://github.com/Martinsos/arduino-lib-hc-sr04.git|Contributed|HCSR04
https://github.com/boseji/xxtea-iot-crypt.git|Contributed|xxtea-iot-crypt
https://github.com/boseji/rBASE64.git|Contributed|rBase64
https://github.com/cujomalainey/ant-arduino.git|Contributed|ANT-Arduino
https://github.com/sabas1080/FXAS21002C_Arduino_Library.git|Contributed|FXAS21002C Gyroscope 3-Axis Sensor
https://github.com/finson-release/Luni.git|Contributed|Luni
@ -2191,7 +2190,7 @@ https://github.com/offcircuit/SDHT.git|Contributed|SDHT
https://github.com/janthefischer/SerialVariable.git|Contributed|SerialVariable
https://github.com/rootfrogs/Arduino-GetInTouch-library.git|Contributed|GetInTouch
https://github.com/funkyfisch/arduino-knock-detector.git|Contributed|Knock Detector
https://github.com/IoTGuruLive/theiotguru-arduino-library.git|Contributed|The IoT Guru integration
https://github.com/IoTGuruLive/theiotguru-arduino-library.git|Contributed|IoTGuru
https://github.com/JoaoLopesF/RemoteDebugger.git|Contributed|RemoteDebugger
https://github.com/torsteinnh/conductivityLib.git|Contributed|ConductivityLib
https://github.com/stm32duino/X-NUCLEO-IKS01A3.git|Contributed|STM32duino X-NUCLEO-IKS01A3
@ -2768,7 +2767,6 @@ https://github.com/AIS-DeviceInnovation/Magellan_SIM7020E.git|Contributed|Magell
https://github.com/khoih-prog/BlynkEthernet_WM.git|Contributed|BlynkEthernet_Manager
https://github.com/adafruit/Adafruit_10DOF.git|Contributed|Adafruit 10DOF
https://github.com/adafruit/Adafruit_DPS310.git|Contributed|Adafruit DPS310
https://github.com/boseji/PString-Arduino-lib.git|Contributed|PString-Arduino-lib
https://github.com/Andy4495/LED744511.git|Contributed|LED744511
https://github.com/Andy4495/ICM7218.git|Contributed|ICM7218
https://github.com/Andy4495/TLC591x.git|Contributed|TLC591x
@ -3840,7 +3838,7 @@ https://github.com/Protocentral/protocentral-ads1293-arduino.git|Contributed|Pro
https://github.com/muwerk/mupplet-display.git|Contributed|mupplet-display
https://github.com/shortbloke/Arduino_SNMP_Manager.git|Contributed|SNMP Manager
https://github.com/argandas/ardubson.git|Contributed|ardubson
https://github.com/arnakazim/TwiLiquidCrystal-library.git|Contributed|TwiLiquidCrytal by Arnakazim
https://github.com/arnakazim/TwiLiquidCrystal-library.git|Contributed|TwiLiquidCrystal by Arnakazim
https://github.com/rudydelorenzo/ELMo.git|Contributed|ELMo
https://github.com/Seeed-Studio/Seeed_Arduino_rpcBLE.git|Contributed|Seeed Arduino rpcBLE
https://github.com/sensboston/esp32_moga.git|Contributed|esp32_moga
@ -4087,7 +4085,7 @@ https://github.com/Seeed-Studio/Seeed_Arduino_Audio.git|Contributed|Seeed Arduin
https://github.com/rneurink/VL53L1X_ULD.git|Contributed|VL53L1X_ULD
https://github.com/kmpelectronics/KMP_RS485.git|Contributed|KMP_RS485
https://github.com/GLEE2023/GLEE2023.git|Contributed|GLEE2023
https://github.com/ianhattwick/controlVoltage.git|Contributed|modularCV
https://github.com/ianhattwick/controlVoltage.git|Contributed|controlVoltage
https://github.com/jihoonkimtech/ClockForSeg_Lib.git|Contributed|ClockForSeg_Lib
https://github.com/sebmillet/RF433any.git|Contributed|RF433any
https://github.com/sebmillet/DelayExec.git|Contributed|DelayExec
@ -4445,7 +4443,7 @@ https://github.com/DFRobot/DFRobot_CCS811.git|Contributed|DFRobot_CCS811
https://github.com/bolderflight/units.git|Contributed|Bolder Flight Systems Unit Conversions
https://github.com/sparkfun/SparkFun_VL53L5CX_Arduino_Library.git|Contributed|SparkFun VL53L5CX Arduino Library
https://github.com/finani/ICM20689.git|Contributed|ICM20689
https://github.com/xreef/SimpleFTPServer.git|Contributed|Simple FTP Server
https://github.com/xreef/SimpleFTPServer.git|Contributed|SimpleFTPServer
https://github.com/xreef/EByte_LoRa_E22_Series_Library.git|Contributed|EByte LoRa E22 library
https://github.com/RAKWireless/RAKwireless_Storage.git|Contributed|RAKwireless Storage
https://github.com/SantiagoSaldana/SBC.git|Contributed|SBC
@ -4453,9 +4451,122 @@ https://github.com/AlexIII/incbin-arduino.git|Contributed|incbin
https://github.com/monkcs/devuino.git|Contributed|Devuino
https://github.com/sparkfun/SparkFun_VEML7700_Arduino_Library.git|Contributed|SparkFun VEML7700 Arduino Library
https://github.com/koendv/Arduino-RTTStream.git|Contributed|RTTStream
https://github.com/TheFidax/SusiOverI2c.git|Contributed|SusiOverI2c
https://github.com/DFRobot/DFRobot_MLX90614.git|Contributed|DFRobot_MLX90614
https://github.com/m5stack/M5Unified.git|Contributed|M5Unified
https://github.com/TheFidax/WireSusi.git|Contributed|WireSusi
https://github.com/ncmreynolds/pimoroniTrackball.git|Contributed|pimoroniTrackball
https://github.com/felias-fogg/SoftI2CMaster.git|Contributed|SoftI2CMaster
https://github.com/ZinggJM/ILI9486_SPI.git|Contributed|ILI9486_SPI
https://github.com/ZinggJM/GFX_Extensions.git|Contributed|GFX_Extensions
https://github.com/lansium-dev/lansium-arduino.git|Contributed|lansium-arduino
https://github.com/asukiaaa/arduino-A89306.git|Contributed|A89306_asukiaaa
https://github.com/Jueff/SoftwareSerialTX.git|Contributed|SoftwareSerialTX
https://github.com/cygig/MonteCarloPi.git|Contributed|MonteCarloPi
https://github.com/ProjectoOfficial/Oscup.git|Contributed|Oscup
https://github.com/Franzininho/Franzininho_LiquidCrystal.git|Contributed|Franzininho_LiquidCrystal
https://github.com/0neblock/Arduino_SNMP.git|Contributed|SNMP_Agent
https://github.com/tfeldmann/Arduino-Indicator.git|Contributed|Indicator
https://github.com/GerLech/AsyncWebConfig.git|Contributed|AsyncWebConfig
https://github.com/ohad32/FireBase32.git|Contributed|FireBase32
https://github.com/ruiseixasm/Robust-EEPROM.git|Contributed|Robust-EEPROM
https://github.com/stm32duino/VL53L5CX.git|Contributed|STM32duino VL53L5CX
https://github.com/stm32duino/X-NUCLEO-53L5A1.git|Contributed|STM32duino X-NUCLEO-53L5A1
https://github.com/FTTechBrasil/FTTech_Swarm.git|Contributed|FTTech Swarm
https://github.com/ArduinoGetStarted/Analog-Keypad.git|Contributed|ezAnalogKeypad
https://github.com/ArtronShop/Artron_DS1338.git|Contributed|Artron DS1338
https://github.com/Matrix-Robotics/MatrixLaserSensor.git|Contributed|Matrix Laser Sensor
https://github.com/verdanatech/glpi_esp8266.git|Contributed|glpi_esp8266
https://github.com/dl9sec/AioP13.git|Contributed|AioP13
https://github.com/NeMaksym/Arduino-EasySevenSeg.git|Contributed|Easy SevenSeg
https://github.com/nkaaf/Arduino-List.git|Contributed|List
https://github.com/m5stack/UNIT_SONIC.git|Contributed|UNIT_SONIC
https://github.com/ncmreynolds/TapCode.git|Contributed|TapCode
https://github.com/RobTillaart/tinySHT2x.git|Contributed|tinySHT2x
https://github.com/gravitech-engineer/AIS_IoT_4G.git|Contributed|AIS 4G board
https://github.com/BCISOFT/OvhAPI.git|Contributed|OvhAPI
https://github.com/BertanT/Arduino-RGBWConverter.git|Contributed|RGBWConverter
https://github.com/michaellee8/TimedState.git|Contributed|TimedState
https://github.com/MajicDesigns/MD_SmartCar2.git|Contributed|MD_SmartCar2
https://github.com/tuya/tuya-ble-mcu-sdk-arduino-library.git|Contributed|Tuya_BLE_MCU_SDK
https://github.com/cbm80amiga/RREFont.git|Contributed|RRE Font Library
https://github.com/Picovoice/porcupine-arduino-en.git|Contributed|Porcupine_EN
https://github.com/iotexproject/arduino-sdk.git|Contributed|IoTeX-blockchain-client
https://github.com/Picovoice/picovoice-arduino-de.git|Contributed|Picovoice_DE
https://github.com/Picovoice/picovoice-arduino-es.git|Contributed|Picovoice_ES
https://github.com/Picovoice/picovoice-arduino-fr.git|Contributed|Picovoice_FR
https://github.com/Picovoice/porcupine-arduino-de.git|Contributed|Porcupine_DE
https://github.com/Picovoice/porcupine-arduino-fr.git|Contributed|Porcupine_FR
https://github.com/Picovoice/porcupine-arduino-es.git|Contributed|Porcupine_ES
https://github.com/m5stack/PoE_CAM.git|Contributed|PoE_CAM
https://github.com/sensirion/arduino-gas-index-algorithm.git|Contributed|Sensirion Gas Index Algorithm
https://github.com/sensirion/arduino-i2c-sdp.git|Contributed|Sensirion I2C SDP
https://github.com/sensirion/arduino-i2c-sgp40.git|Contributed|Sensirion I2C SGP40
https://github.com/sensirion/arduino-i2c-sgp41.git|Contributed|Sensirion I2C SGP41
https://github.com/sensirion/arduino-i2c-svm41.git|Contributed|Sensirion I2C SVM41
https://github.com/sensirion/arduino-uart-svm41.git|Contributed|Sensirion UART Svm41
https://github.com/edge-ml/EdgeML-Arduino.git|Contributed|EdgeML-Arduino
https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library.git|Contributed|Tuya_ZIGBEE_MCU_SDK
https://github.com/RobTillaart/pressure.git|Contributed|pressure
https://github.com/RAKWireless/RAK12035_SoilMoisture.git|Contributed|RAK12035_SoilMoisture
https://github.com/RobTillaart/float16.git|Contributed|float16
https://github.com/GyverLibs/GyverTransfer.git|Contributed|GyverTransfer
https://github.com/GyverLibs/GyverLBUF.git|Contributed|GyverLBUF
https://github.com/GyverLibs/EEManager.git|Contributed|EEManager
https://github.com/GyverLibs/MicroUART.git|Contributed|MicroUART
https://github.com/GyverLibs/GyverINA.git|Contributed|GyverINA
https://github.com/GyverLibs/Approxy.git|Contributed|Approxy
https://github.com/bolderflight/airdata.git|Contributed|Bolder Flight Systems Airdata Calculations
https://github.com/bolderflight/checksum.git|Contributed|Bolder Flight Systems Checksum
https://github.com/bolderflight/framing.git|Contributed|Bolder Flight Systems Message Framing
https://github.com/dizcza/sdpsensor-esp-arduino.git|Contributed|SDPSensor-ESP
https://github.com/jpiat/PIOSpi.git|Contributed|PioSPI
https://github.com/bolderflight/leb128.git|Contributed|Bolder Flight Systems LEB128
https://github.com/bolderflight/uleb128.git|Contributed|Bolder Flight Systems ULEB128
https://github.com/bolderflight/imap.git|Contributed|Bolder Flight Systems Imap
https://github.com/mobizt/ESP-Line-Notify.git|Contributed|ESP Line Notify
https://github.com/GyverLibs/GyverHC595.git|Contributed|GyverHC595
https://github.com/GyverLibs/OVS.git|Contributed|OVS
https://github.com/bolderflight/control.git|Contributed|Bolder Flight Systems Controls
https://github.com/plapointe6/EspSimpleRemoteUpdate.git|Contributed|EspSimpleRemoteUpdate
https://github.com/plapointe6/EspSimpleWifiHandler.git|Contributed|EspSimpleWifiHandler
https://github.com/bolderflight/eigen.git|Contributed|Bolder Flight Systems Eigen
https://github.com/bolderflight/polytools.git|Contributed|Bolder Flight Systems Polytools
https://github.com/RobTillaart/palindrome.git|Contributed|palindrome
https://github.com/jpb10/SolarCalculator.git|Contributed|SolarCalculator
https://github.com/icomedit/Arduino-KIMlib.git|Contributed|KIMlib
https://github.com/RobTillaart/map2colour.git|Contributed|map2colour
https://github.com/yourapiexpert/ATCommands.git|Contributed|ATCommands
https://github.com/m5stack/M5_RoverC.git|Contributed|M5_RoverC
https://github.com/m5stack/M5_JoyC.git|Contributed|M5_JoyC
https://github.com/m5stack/UNIT_UHF_RFID.git|Contributed|UNIT_UHF_RFID
https://github.com/bolderflight/filter.git|Contributed|Bolder Flight Systems Filter
https://github.com/0015/ESP32-OV5640-AF.git|Contributed|OV5640 Auto Focus for ESP32 Camera
https://github.com/bolderflight/excitation.git|Contributed|Bolder Flight Systems Excitation
https://github.com/DFRobot/DFRobot_VEML7700.git|Contributed|DFRobot_VEML7700
https://github.com/DFRobot/DFRobot_A111.git|Contributed|DFRobot_A111
https://github.com/DFRobot/DFRobot_VisualRotaryEncoder.git|Contributed|DFRobot_VisualRotaryEncoder
https://github.com/GyverLibs/GyverHTU21D.git|Contributed|GyverHTU21D
https://github.com/kolabse/KolabseCarsCan.git|Contributed|KolabseCarsCan
https://github.com/davetcc/SimpleCollections.git|Contributed|SimpleCollections
https://github.com/Azure/azure-sdk-for-c-arduino.git|Partner|Azure SDK for C
https://github.com/Coder-X15/MCUOS.git|Contributed|MCUOS
https://github.com/m5stack/UNIT_MQTT.git|Contributed|UNIT_MQTT
https://github.com/John-Karatka/24LC64F.git|Contributed|EEPROM_24LC64F
https://github.com/dndubins/QuickStats.git|Contributed|QuickStats
https://github.com/vChavezB/uc-os3-arduino-due.git|Contributed|uCOS-III_Due
https://github.com/fabriziop/FIFOEE.git|Contributed|FIFOEE
https://github.com/sparkfun/SparkFun_Qwiic_Fan_Arduino_Library.git|Contributed|SparkFun Qwiic Fan Arduino Library
https://github.com/viralinkio/ViraLink-MQTT-Client.git|Contributed|ViraLink-MQTT-CLient
https://github.com/ssilverman/QNEthernet.git|Contributed|QNEthernet
https://github.com/RAKWireless/RAK13600-PN532.git|Contributed|RAKwireless RAK13600 RFID library
https://github.com/RAKWireless/RAK12019_LTR390.git|Contributed|RAK12019_LTR390_UV_Light
https://github.com/RocketLauncherCDMX/RocketLauncher_RobbusKidsy.git|Contributed|RobbusKidsy
https://github.com/xiaoming-sun6/SerialDebugger.git|Contributed|SerialDebugger
https://github.com/janelia-arduino/TMC2209.git|Contributed|TMC2209
https://github.com/sparkfun/SparkFun_RHT03_Arduino_Library.git|Contributed|SparkFun RHT03 Arduino Library
https://github.com/coryjfowler/MCP_CAN_lib.git|Contributed|mcp_can
https://github.com/dmdhrumilmistry/DeviceController.git|Contributed|DeviceController
https://github.com/soracom-labs/soracom-arc-esp32-arduino.git|Contributed|SoracomArcESP32
https://github.com/bolderflight/pwm.git|Contributed|Bolder Flight Systems PWM
https://github.com/neosarchizo/ps_33d_i2c.git|Contributed|PS-33D I2C
https://github.com/m5stack/UNIT_KMeter.git|Contributed|UNIT_KMeter